Home > simplified-fetch > iPipe
Warning: This API is now obsolete.
since 0.6, use iOrderablePipe instead
manage the functions which pipe the request or response
Signature:
export interface iPipe<T>
Property | Type | Description |
---|---|---|
eject | (key: string | string[]) => boolean | boolean[] | eject function(s) |
pipeMap | Map<string, T> | local ordered Map |
use | (…pipe: T[]) => string | string[] | push function(s) |