Home > simplified-fetch > PipeResponse
Asynchronous executed just after getting the response
Signature:
export declare type PipeResponse = (response: Response, request: Request, controller: [(value: unknown) => void, (reason?: any) => void]) => Promise<unknown> | unknown;
invoke resolve | reject to end pipeline