UNPKG

react-http-fetch

Version:

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

9 lines (8 loc) 154 B
export declare enum HttpMethod { Get = "GET", Post = "POST", Put = "PUT", Patch = "PATCH", Delete = "DELETE", Option = "OPTION" }