Closed dvisztempacct closed 6 years ago
This option is covered in README.md:
README.md
https://github.com/joepie91/node-bhttp/blob/master/README.md#bhttprequesturl-options-callback
But it is not actually respected in bhttp@1.2.4:
bhttp@1.2.4
https://gist.github.com/dvisztempacct/07bd22bd28be95163a4d7c471085fd47
$ node followredirects.js received request for /302 received request for /200 res.statusCode= 200
I should probably use false if I want it to not followRedirects
false
followRedirects
This option is covered in
README.md
:https://github.com/joepie91/node-bhttp/blob/master/README.md#bhttprequesturl-options-callback
But it is not actually respected in
bhttp@1.2.4
:https://gist.github.com/dvisztempacct/07bd22bd28be95163a4d7c471085fd47