Http2ClientConnection |
This class wraps aws-c-http to provide the basic HTTP/2 request/response
functionality via the AWS Common Runtime.
|
Http2ConnectionSetting |
|
Http2ConnectionSettingListBuilder |
|
Http2Request |
Represents a single Client Request to be sent on a HTTP connection
|
Http2Stream |
An HttpStream represents a single HTTP/2 specific Http Request/Response.
|
Http2StreamManager |
Manages a Pool of HTTP/2 Streams.
|
Http2StreamManagerOptions |
Contains all the configuration options for a Http2StreamManager
instance
|
HttpClientConnection |
This class wraps aws-c-http to provide the basic HTTP request/response functionality via the AWS Common Runtime.
|
HttpClientConnectionManager |
Manages a Pool of Http Connections
|
HttpClientConnectionManagerOptions |
Contains all the configuration options for a HttpConnectionPoolManager instance
|
HttpHeader |
A wrapper class for http header key-value pairs
|
HttpManagerMetrics |
|
HttpMonitoringOptions |
This class provides access to basic http connection monitoring controls in lieu of the more traditional
timeouts.
|
HttpProxyOptions |
This class provides access to Http proxy configuration options
|
HttpRequest |
Represents a single Client Request to be sent on a HTTP connection
|
HttpRequestBase |
|
HttpStream |
An HttpStream represents a single HTTP/1.1 specific Http Request/Response.
|
HttpStreamBase |
An base class represents a single Http Request/Response for both HTTP/1.1 and
HTTP/2 and wraps the native resources from the aws-c-http library.
|