Enumeration of standard HTTP methods.
This enum defines the most commonly used HTTP methods for making requests to web servers.
Remove data from the server.
Retrieve data from the server.
Retrieve metadata about a resource.
Apply partial modifications to a resource.
Submit data to be processed to the server.
Update existing data on the server.
Enumeration of standard HTTP methods.
Remarks
This enum defines the most commonly used HTTP methods for making requests to web servers.