source: node_modules/undici/types/handlers.d.ts

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 387 bytes
Line 
1import Dispatcher from "./dispatcher";
2
3export declare class RedirectHandler implements Dispatcher.DispatchHandlers{
4 constructor (dispatch: Dispatcher, maxRedirections: number, opts: Dispatcher.DispatchOptions, handler: Dispatcher.DispatchHandlers)
5}
6
7export declare class DecoratorHandler implements Dispatcher.DispatchHandlers{
8 constructor (handler: Dispatcher.DispatchHandlers)
9}
Note: See TracBrowser for help on using the repository browser.