wodHttpDLX ActiveX Control - HttpMethods Enumeration
    
 

Members
Constant Value Description
 MethodUnknown 0 No method specified.
 MethodGET 1 GET method is issued. Full resource should be retrieved, including resource body.
 MethodHEAD 2 HEAD method is issued. Only resource headers should be retrieved.
 MethodPOST 3 POST method is issued. Data is posted using some known content definition
 MethodPUT 4 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.
 MethodTRACE 6 TRACE method is issued. Server should generate loopback response.
 MethodCUSTOM 7 Custom method is issued.