summaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 1017738..3179033 100644
--- a/readme.md
+++ b/readme.md
@@ -129,6 +129,7 @@ request(pathOrUrl, opt = {}, cb)
```js
{
// follow redirects automatically
+ // Can also be a function `(nrOfRedirects, response) => boolean`.
followRedirects: false,
// client certificates
useClientCerts: false,