HttpMethodsEnum
import { HttpMethodsEnum } from "@hyper-fetch/core"
Description
Defined in constants/http.constants.ts:1
Preview
enum HttpMethodsEnum {
delete = "DELETE";
get = "GET";
patch = "PATCH";
post = "POST";
put = "PUT";
}
import { HttpMethodsEnum } from "@hyper-fetch/core"
Defined in constants/http.constants.ts:1
enum HttpMethodsEnum {
delete = "DELETE";
get = "GET";
patch = "PATCH";
post = "POST";
put = "PUT";
}