UNPKG

rxjs-http-client

Version:

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

16 lines 472 B
import { HttpRequestConfig } from './http-request-config.class'; export declare class HttpRequest { url: string; headers: { [headerName: string]: string; }; mode: RequestMode; cache: RequestCache; credentials: RequestCredentials; redirect: RequestRedirect; referrer: string; body: any; constructor(url: string, config: Partial<HttpRequestConfig>); clone(): HttpRequest; } //# sourceMappingURL=http-request.class.d.ts.map