Skip to main content

Type Alias: HttpMethod

type HttpMethod: 
| "GET"
| "POST"
| "PUT"
| "DELETE"
| "PATCH"
| "OPTIONS"
| "HEAD";