This domain helps the developer to work with Execute method.
| Value |
Description |
| Get |
To request an object. (HTTP1.0 or HTTP1.1)
|
| Post |
To request an object depending on form field data. (HTTP1.0 or HTTP1.1)
|
| Head |
To retrieve only the header of the response. (HTTP1.0 or HTTP1.1)
|
| Put |
To upload an object through the body content in the server. (HTTP1.1 only)
|
| Delete |
To delete an object in the server with a request. (HTTP1.1 only)
|
| Options |
To determine the options/requirements associated with the server. (HTTP1.1 only)
|
| Trace |
To inspect what messages arrive at the server.
|
| Patch |
To modify an existing HTTP resource. |
More details about the methods are available in RFC2616.