HttpMethodsType
import { HttpMethodsType } from "@hyper-fetch/core"
Description
Defined in types/http.types.ts:1
Preview
type HttpMethodsType = GET | POST | PUT | PATCH | DELETE;
Structure
GET | POST | PUT | PATCH | DELETE
import { HttpMethodsType } from "@hyper-fetch/core"
Defined in types/http.types.ts:1
type HttpMethodsType = GET | POST | PUT | PATCH | DELETE;
GET | POST | PUT | PATCH | DELETE