HttpMethod
Represents the usable methods for transmitting HTTP forms.
Delete = 3
The DELETE method.
Get = 0
The GET method.
Post = 1
The POST method.
Put = 2
The PUT method.