Type alias: HttpMethod
HttpMethod:
"get"
|"GET"
|"delete"
|"DELETE"
|"head"
|"HEAD"
|"options"
|"OPTIONS"
|"post"
|"POST"
|"put"
|"PUT"
|"patch"
|"PATCH"
|"purge"
|"PURGE"
|"link"
|"LINK"
|"unlink"
|"UNLINK"
The HTTP method to use in request.