UNPKG

rxjs-http-client

Version:

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

7 lines 338 B
import { HttpRequestConfigurations } from '../types/http-configurations.enum'; import { HttpRequest } from '../types/http-request.class'; export declare class RequestMapper { static for(request: HttpRequest, method: HttpRequestConfigurations): RequestInit; private static formatBody; } //# sourceMappingURL=request.mapper.d.ts.map