We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3b781 commit fe90dcaCopy full SHA for fe90dca
lib/NrcIoManager.js
@@ -242,6 +242,7 @@ export default class NrcIoManager extends events.EventEmitter {
242
result.proxy = {
243
host: config.proxy.host,
244
port: config.proxy.port,
245
+ protocol: config.proxy.protocol,
246
// if proxy tunnel use 'CONNECT' method, else get method from request
247
method: config.useProxyTunnel ? 'CONNECT' : connectMethod,
248
// if proxy tunnel set proxy path else get request path
0 commit comments