| Class and Description |
|---|
| HttpProxyOptions
This class provides access to Http proxy configuration options
|
| Class and Description |
|---|
| HttpRequest
Represents a single Client Request to be sent on a HTTP connection
|
| HttpRequestBodyStream
Interface that Native code knows how to call when handling Http Request bodies
|
| Class and Description |
|---|
| 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 |
| HttpHeaderBlock
Type of header block
|
| 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
|
| HttpProxyOptions.HttpProxyAuthorizationType
what kind of authentication, if any, to use when connecting to a proxy server
|
| HttpProxyOptions.HttpProxyConnectionType
What kind of proxy connection to establish
|
| HttpRequest
Represents a single Client Request to be sent on a HTTP connection
|
| HttpRequestBodyStream
Interface that Native code knows how to call when handling Http Request bodies
|
| HttpStream
An HttpStream represents a single Http Request/Response pair within a HttpClientConnection, and wraps the native resources
from the aws-c-http library.
|
| HttpStream.HttpStreamWriteChunkCompletionCallback |
| HttpStreamResponseHandler
Interface that Native code knows how to call when handling Http Responses
Maps 1-1 to the Native Http API here: https://github.com/awslabs/aws-c-http/blob/master/include/aws/http/request_response.h
|
| Class and Description |
|---|
| HttpProxyOptions
This class provides access to Http proxy configuration options
|
| HttpRequest
Represents a single Client Request to be sent on a HTTP connection
|
| Class and Description |
|---|
| HttpHeader |
| HttpRequest
Represents a single Client Request to be sent on a HTTP connection
|
Copyright © 2021. All rights reserved.