| Interface | Description |
|---|---|
| HttpClientHandler.RequestListener |
Listener for HTTP requests.
|
| HttpClientHandler.ResponseListener |
Listener for HTTP requests.
|
| Class | Description |
|---|---|
| HttpAddress |
Encapsulates a parsed HTTP URL.
|
| HttpClientHandler |
Wrap an Apache HttpClient as an HttpHandler for use with OnlineODataProvider.
|
| HttpCookies |
Encapsulates a map of HTTP cookies.
|
| HttpDestination |
Encapsulates an HTTP destination that is configured in the execution environment.
|
| HttpEntityHandler |
An entity handler that delegates requests to a backend system using HTTP calls (e.g.
|
| HttpHandler |
Abstract base class for HTTP handlers, which can override the functions of
HttpRequest that perform network activity. |
| HttpHandlerType |
HTTP handler types.
|
| HttpHeaders |
Encapsulates a map of HTTP headers, allowing case-insensitive lookup.
|
| HttpMethod |
Constants for HTTP methods.
|
| HttpRequest |
A cross-platform HTTP API modeled after XMLHttpRequest.
|
| HttpStatus |
Constants for HTTP status code.
|
| HttpStatusText |
Constants for HTTP status text.
|
| HttpVersion |
Constants and functions for HTTP version numbers/strings.
|
| MimePart |
Encapsulates a MIME part.
|
| MimePartList |
A list of item type
MimePart. |
| MimeStreamReader |
Stream for parsing MIME multipart/mixed messages.
|
| MimeStreamWriter |
Stream for writing MIME multipart/mixed messages.
|
| MimeType |
Constants and functions for representing and parsing MIME content types.
|
| Exception | Description |
|---|---|
| HttpException |
An exception thrown if
HttpRequest.send cannot be completed due to a network error,
or when one of the HTTP functions is used in an inappropriate manner or with invalid parameters. |