SimplifiedFetch

Home > simplified-fetch > iPipe

iPipe interface

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> 

Properties

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)