Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

HttpMethods type

Supported HTTP methods to use when making requests.

type HttpMethods =
 | "GET"
 | "PUT"
 | "POST"
 | "DELETE"
 | "PATCH"
 | "HEAD"
 | "OPTIONS"
 | "TRACE"