Compartilhar via


HttpMethods type

Métodos HTTP com suporte a serem usados ao fazer solicitações.

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