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.
1 parent 2daa377 commit 14d1159Copy full SHA for 14d1159
README.md
@@ -361,12 +361,13 @@ Maximum number of sockets to keep open during requests. Has no effect if
361
362
HTTP method to use for the outgoing request. Case-insensitive.
363
364
-##### <a name="opts-noproxy"></a> `opts.noproxy`
+##### <a name="opts-noProxy"></a> `opts.noProxy`
365
366
-* Type: Boolean
+* Type: String | String[]
367
* Default: process.env.NOPROXY
368
369
-If true, proxying will be disabled even if [`opts.proxy`](#opts-proxy) is used.
+If present, should be a comma-separated string or an array of domain extensions
370
+that a proxy should _not_ be used for.
371
372
##### <a name="opts-npmSession"></a> `opts.npmSession`
373
0 commit comments