Back to product page

HttpMethods enumeration


HttpMethods enumeration

Remarks

Members
Constant Value Description
MethodUnknown0 No method specified.
MethodGET 1 GET method is issued. Full resource should be retrieved, including resource body.
MethodHEAD2 HEAD method is issued. Only resource headers should be retrieved.
MethodPOST 3 POST method is issued. Data is posted using some known content definition
MethodPUT4 PUT method is issued. Resource should be saved on the server on specified path.
MethodDELETE 5 DELETE method is issued. Resource should be deleted from the server.
MethodTRACE6 TRACE method is issued. Server should generate loopback response.
MethodCUSTOM 7 Custom method is issued.

Platforms

Windows