HttpMethod
HttpMethod — API reference.
Type
type HttpMethod =
| 'get'
| 'head'
| 'options'
| 'post'
| 'put'
| 'patch'
| 'delete'
| 'trace'
| 'connect';HttpMethod — API reference.
type HttpMethod =
| 'get'
| 'head'
| 'options'
| 'post'
| 'put'
| 'patch'
| 'delete'
| 'trace'
| 'connect';