Event summary |
---|
FormRequest | The event wraps a Request to support HTML form encoding. |
HttpOptions | Holds the optional HTTP options to set headers, cookies and query parameters. |
HttpTransport | Holds a chain instance which is configured to invoke HTTP requests using pre-defined event types and HTTP Client Transport connectivity plug-in. It should be used to create new HTTP requests. |
Request | An event representing an HTTP request. It should be created using the HttpTransport event. |
RequestType | An enumeration containing constants for the currently supported HTTP methods. |
Response | An event representing the HTTP responses. |