2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

Updating README.md

This commit is contained in:
Nick Uraltsev
2016-05-31 18:51:21 -07:00
parent 5c5a94007c
commit ad260b575c
+5 -1
View File
@@ -285,7 +285,11 @@ These are the available config options for making requests. Only the `url` is re
// rejected.
validateStatus: function (status) {
return status >= 200 && status < 300; // default
}
},
// `maxRedirects` defines the maximum number of redirects to follow in node.js.
// If set to 0, no redirects will be followed.
maxRedirects: 5 // default
}
```