Searched refs:proxyHeaderExclusiveList (Results 1 – 3 of 3) sorted by relevance
108 this.proxyHeaderExclusiveList = [] property in Tunnel151 if (options.proxyHeaderExclusiveList) {152 self.proxyHeaderExclusiveList = options.proxyHeaderExclusiveList155 …var proxyHeaderExclusiveList = self.proxyHeaderExclusiveList.concat(defaultProxyHeaderExclusiveLis…156 var proxyHeaderWhiteList = self.proxyHeaderWhiteList.concat(proxyHeaderExclusiveList)163 proxyHeaderExclusiveList.forEach(request.removeHeader, request)
523 You can also set the `proxyHeaderExclusiveList` to share certain556 header and any headers from custom `proxyHeaderExclusiveList` are827 - `proxyHeaderExclusiveList` - a whitelist of headers to send
377 - [#1215](https://github.com/request/request/pull/1215) Add proxyHeaderExclusiveList option for pro…