From a2b0fb314f5bd62deb4e9b3cb4d2e868734dd5bd Mon Sep 17 00:00:00 2001 From: Muhammad Noman Date: Wed, 15 Nov 2023 00:53:41 +0500 Subject: [PATCH] chore(docs): update README.md (#6048) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c002bd..146a55e 100644 --- a/README.md +++ b/README.md @@ -546,7 +546,7 @@ These are the available config options for making requests. Only the `url` is re // automatically. If set to `true` will also remove the 'content-encoding' header // from the responses objects of all decompressed responses // - Node only (XHR cannot turn off decompression) - decompress: true // default + decompress: true, // default // `insecureHTTPParser` boolean. // Indicates where to use an insecure HTTP parser that accepts invalid HTTP headers. @@ -554,7 +554,7 @@ These are the available config options for making requests. Only the `url` is re // Using the insecure parser should be avoided. // see options https://nodejs.org/dist/latest-v12.x/docs/api/http.html#http_http_request_url_options_callback // see also https://nodejs.org/en/blog/vulnerability/february-2020-security-releases/#strict-http-header-parsing-none - insecureHTTPParser: undefined // default + insecureHTTPParser: undefined, // default // transitional options for backward compatibility that may be removed in the newer versions transitional: {