UNPKG

rxjs-http-client

Version:

A simple to use http client built on ES6 fetch and RxJS

7 lines 283 B
import { IHttpInterceptor } from './http-interceptor.interface'; export declare class HttpInterceptors<T> { private readonly _interceptors; constructor(interceptors: Array<IHttpInterceptor<T>>); execute(data: T): T; } //# sourceMappingURL=http-interceptors.class.d.ts.map