You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -546,15 +546,15 @@ These are the available config options for making requests. Only the `url` is re
546
546
// automatically. If set to `true` will also remove the 'content-encoding' header
547
547
// from the responses objects of all decompressed responses
548
548
// - Node only (XHR cannot turn off decompression)
549
-
decompress:true// default
549
+
decompress:true,// default
550
550
551
551
// `insecureHTTPParser` boolean.
552
552
// Indicates where to use an insecure HTTP parser that accepts invalid HTTP headers.
553
553
// This may allow interoperability with non-conformant HTTP implementations.
554
554
// Using the insecure parser should be avoided.
555
555
// see options https://nodejs.org/dist/latest-v12.x/docs/api/http.html#http_http_request_url_options_callback
556
556
// see also https://nodejs.org/en/blog/vulnerability/february-2020-security-releases/#strict-http-header-parsing-none
557
-
insecureHTTPParser:undefined// default
557
+
insecureHTTPParser:undefined,// default
558
558
559
559
// transitional options for backward compatibility that may be removed in the newer versions
0 commit comments