UNPKG

rxjs-http-client

Version:

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

8 lines 200 B
export declare enum HttpRequestConfigurations { POST = "POST", GET = "GET", PUT = "PUT", PATCH = "PATCH", DELETE = "DELETE" } //# sourceMappingURL=http-configurations.enum.d.ts.map