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