UNPKG

rxjs-http-client

Version:

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

12 lines 320 B
export declare abstract class HttpRequestConfig { mode: RequestMode; cache: RequestCache; credentials: RequestCredentials; headers: { [headerName: string]: string; }; redirect: RequestRedirect; referrer: string; body: any; } //# sourceMappingURL=http-request-config.class.d.ts.map