Aracılığıyla paylaş


HttpMethod type

HTTP isteği yöntemi için olası değerler.

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