Home
last modified time | relevance | path

Searched refs:proxyHeaderExclusiveList (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/request/lib/
Dtunnel.js108 this.proxyHeaderExclusiveList = [] property in Tunnel
151 if (options.proxyHeaderExclusiveList) {
152 self.proxyHeaderExclusiveList = options.proxyHeaderExclusiveList
155 …var proxyHeaderExclusiveList = self.proxyHeaderExclusiveList.concat(defaultProxyHeaderExclusiveLis…
156 var proxyHeaderWhiteList = self.proxyHeaderWhiteList.concat(proxyHeaderExclusiveList)
163 proxyHeaderExclusiveList.forEach(request.removeHeader, request)
/third_party/node/deps/npm/node_modules/request/
DREADME.md523 You can also set the `proxyHeaderExclusiveList` to share certain
556 header and any headers from custom `proxyHeaderExclusiveList` are
827 - `proxyHeaderExclusiveList` - a whitelist of headers to send
DCHANGELOG.md377 - [#1215](https://github.com/request/request/pull/1215) Add proxyHeaderExclusiveList option for pro…