Home
last modified time | relevance | path

Searched defs:maxRedirections (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/undici/src/lib/interceptor/
DredirectInterceptor.js5 function createRedirectInterceptor ({ maxRedirections: defaultMaxRedirections }) { property
15 opts = { ...opts, maxRedirections: 0 } // Stop sub dispatcher from also redirecting. property
/third_party/node/deps/undici/src/lib/
Dagent.js28 constructor ({ factory = defaultFactory, maxRedirections = 0, connect, ...options } = {}) { property
49 : [createRedirectInterceptor({ maxRedirections })] field
Dclient.js154 maxRedirections, property
269 : [createRedirectInterceptor({ maxRedirections })] field
/third_party/node/deps/undici/src/lib/handler/
DRedirectHandler.js27 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/
Dindex.js1965 maxRedirections: 0, property
/third_party/node/deps/undici/
Dundici.js8138 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