Condividi tramite


HttpMethods type

Metodi HTTP supportati da usare per l'esecuzione di richieste.

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