Http Operation
The list of available HTTP operations. This is used to determine a request's HTTP operation.
Since
200.1.0
See also
Request. http Operation
Inheritors
Types
Link copied to clipboard
An HTTP GET operation.
Link copied to clipboard
An HTTP Multipart POST operation.
Link copied to clipboard
An HTTP POST operation.
Link copied to clipboard
A raw HTTP POST operation. Call Request.body to get the bytes to set as the body of the post, and Request.contentType To set the content-type header.
Link copied to clipboard
Unknown HTTP operation type.