UNPKG

react-http-fetch

Version:

An http library for React JS built on top of native JS fetch

10 lines (9 loc) 289 B
export var HttpMethod; (function (HttpMethod) { HttpMethod["Get"] = "GET"; HttpMethod["Post"] = "POST"; HttpMethod["Put"] = "PUT"; HttpMethod["Patch"] = "PATCH"; HttpMethod["Delete"] = "DELETE"; HttpMethod["Option"] = "OPTION"; })(HttpMethod || (HttpMethod = {}));