Enumeration for HTTP methods.
The GET method requests a representation of the specified resource.
The POST method is used to submit data to be processed to a specified resource.
Enumeration for HTTP methods.