Skip to main content
Version: 2.x.x

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";
}