UNPKG

http-repository-cache

Version:

A library for making HTTP requests using the repository pattern with an built in caching system.

10 lines (9 loc) 272 B
var HttpMethod; (function (HttpMethod) { HttpMethod["GET"] = "GET"; HttpMethod["POST"] = "POST"; HttpMethod["PUT"] = "PUT"; HttpMethod["PATCH"] = "PATCH"; HttpMethod["DELETE"] = "DELETE"; })(HttpMethod || (HttpMethod = {})); export default HttpMethod;