UNPKG

undici

Version:

An HTTP/1.1 client, written from scratch for Node.js

6 lines (3 loc) 215 B
import Dispatcher from "./dispatcher"; type RedirectInterceptorOpts = { maxRedirections?: number } export declare function createRedirectInterceptor (opts: RedirectInterceptorOpts): Dispatcher.DispatchInterceptor