type alias Method

HTTP request methods supported by the WebClient.

Definition

"GET"
| "POST"
| "PUT"
| "PATCH"
| "DELETE"
| "HEAD"
| "OPTIONS"

Usage

import { type Method } from ".";