Skip to content

[T] HttpMethod

type HttpMethod:
| "get"
| "put"
| "post"
| "delete"
| "options"
| "head"
| "patch"
| "trace";