Skip to main content Link Search Menu Expand Document (external link)

Method overview

Added in v1.0.0


Table of contents


models

Method (type alias)

Signature

export type Method = "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS"

Added in v1.0.0

utils

hasBody

Signature

export declare const hasBody: (method: Method) => boolean

Added in v1.0.0