We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fb2786 + 0fc4130 commit 4c21b13Copy full SHA for 4c21b13
lib/proto/http.js
@@ -43,6 +43,7 @@ module.exports = {
43
use_proxy_from_env_var: false,
44
user_agent: user_agent,
45
follow_max: 8,
46
+ follow_keep_method: true,
47
response_timeout: ms(timeout),
48
open_timeout: ms(open_timeout),
49
auth: 'auto',
0 commit comments