Searched defs:maxRedirections (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/deps/undici/src/lib/interceptor/ |
| D | redirectInterceptor.js | 5 function createRedirectInterceptor ({ maxRedirections: defaultMaxRedirections }) { property 15 opts = { ...opts, maxRedirections: 0 } // Stop sub dispatcher from also redirecting. property
|
| /third_party/node/deps/undici/src/lib/ |
| D | agent.js | 28 constructor ({ factory = defaultFactory, maxRedirections = 0, connect, ...options } = {}) { property 49 : [createRedirectInterceptor({ maxRedirections })] field
|
| D | client.js | 154 maxRedirections, property 269 : [createRedirectInterceptor({ maxRedirections })] field
|
| /third_party/node/deps/undici/src/lib/handler/ |
| D | RedirectHandler.js | 27 constructor (dispatch, maxRedirections, opts, handler) { argument 37 this.opts = { ...opts, maxRedirections: 0 } // opts must be a copy property
|
| /third_party/node/deps/undici/src/lib/fetch/ |
| D | index.js | 1965 maxRedirections: 0, property
|
| /third_party/node/deps/undici/ |
| D | undici.js | 8138 constructor(dispatch, maxRedirections, opts, handler) { argument 8146 this.opts = { ...opts, maxRedirections: 0 }; property 8273 function createRedirectInterceptor({ maxRedirections: defaultMaxRedirections }) { property 8281 opts = { ...opts, maxRedirections: 0 }; property 8445 maxRedirections, property 8531 …rray(interceptors.Client) ? interceptors.Client : [createRedirectInterceptor({ maxRedirections })]; field 10163 constructor({ factory = defaultFactory, maxRedirections = 0, connect, ...options } = {}) { property 10177 …nterceptors.Agent) ? options.interceptors.Agent : [createRedirectInterceptor({ maxRedirections })]; field 11209 maxRedirections: 0, property
|