Package | Description |
---|---|
software.amazon.awssdk.crt.http |
Modifier and Type | Method and Description |
---|---|
HttpHeader[] |
HttpRequest.getHeadersAsArray() |
Modifier and Type | Method and Description |
---|---|
List<HttpHeader> |
HttpRequest.getHeaders() |
Modifier and Type | Method and Description |
---|---|
void |
HttpRequest.addHeader(HttpHeader header) |
void |
HttpRequest.addHeaders(HttpHeader[] headers) |
void |
HttpStreamResponseHandler.onResponseHeaders(HttpStream stream,
int responseStatusCode,
int blockType,
HttpHeader[] nextHeaders)
Called from Native when new Http Headers have been received.
|
Constructor and Description |
---|
HttpRequest(String method,
String encodedPath,
HttpHeader[] headers,
HttpRequestBodyStream bodyStream) |
Copyright © 2020. All rights reserved.