HttpMethodVerb type
The HTTP method, default value GET.
KnownHttpMethodVerb can be used interchangeably with HttpMethodVerb,
this enum contains the known values that the service supports.
Known values supported by the service
GET: GET
POST: POST
PUT: PUT
DELETE: DELETE
type HttpMethodVerb = string