AWS SDK for C++AWS SDK for C++ Version 1.11.868 |
#include <HttpRequest.h>
Abstract class for representing an HttpRequest.
Definition at line 102 of file HttpRequest.h.
Initializes an HttpRequest object with uri and http method.
Definition at line 108 of file HttpRequest.h.
Definition at line 112 of file HttpRequest.h.
Adds a content body stream to the request. This stream will be used to send the body to the endpoint.
Implemented in Aws::Http::Standard::StandardHttpRequest.
Adds a query string parameter to the underlying URI by key and value.
Definition at line 208 of file HttpRequest.h.
Add a request metric
| key,HttpClientMetricsKey | defined in HttpClientMetrics.cpp |
| value,the | corresponding value of this key measured during http request. |
Definition at line 566 of file HttpRequest.h.
Definition at line 601 of file HttpRequest.h.
Normalizes the URI for use with signing.
Definition at line 194 of file HttpRequest.h.
Deletes a header from the request by name.
Implemented in Aws::Http::Standard::StandardHttpRequest.
Gets accept header.
Definition at line 239 of file HttpRequest.h.
Gets Accept CharSet header.
Definition at line 258 of file HttpRequest.h.
Gets accept encoding header.
Definition at line 277 of file HttpRequest.h.
Gets Api version header x-amz-api-version.
Definition at line 484 of file HttpRequest.h.
Gets authorization encoding header.
Definition at line 296 of file HttpRequest.h.
Gets aws authorization header.
Definition at line 315 of file HttpRequest.h.
Gets session token header.
Definition at line 334 of file HttpRequest.h.
Gets the content body stream that will be used for this request.
Implemented in Aws::Http::Standard::StandardHttpRequest.
Gets content-encoding header.
Definition at line 410 of file HttpRequest.h.
Gets content-length header.
Definition at line 372 of file HttpRequest.h.
Gets content-type header.
Definition at line 391 of file HttpRequest.h.
Definition at line 541 of file HttpRequest.h.
Gets cookie header.
Definition at line 353 of file HttpRequest.h.
Gets the closure for receiving events when data is received from the server.
Definition at line 535 of file HttpRequest.h.
Gets the closure for receiving events when data is sent to the server.
Definition at line 539 of file HttpRequest.h.
Gets date header.
Definition at line 220 of file HttpRequest.h.
Get All headers for this request.
Implemented in Aws::Http::Standard::StandardHttpRequest.
Gets the closure for receiving events when headers are received from the server.
Definition at line 531 of file HttpRequest.h.
Get the value for a Header based on its name. (in default StandardHttpRequest implementation, an empty string will be returned if headerName doesn't exist)
Implemented in Aws::Http::Standard::StandardHttpRequest.
Get the http method for this request.
Definition at line 180 of file HttpRequest.h.
Gets the query string from the URI on this request.
Definition at line 187 of file HttpRequest.h.
Gets the query string for the underlying URI as a key value mapping
Definition at line 201 of file HttpRequest.h.
Definition at line 599 of file HttpRequest.h.
Gets the request metrics
Definition at line 576 of file HttpRequest.h.
Returns the IP address of the remote host the request was made out to. This value is populated after the request is made and when the HTTP client supports retrieving such information. If the information is not available, an empty string is returned.
Definition at line 584 of file HttpRequest.h.
Gets the factory for creating the stream that will be used in the http response.
Implemented in Aws::Http::Standard::StandardHttpRequest.
Definition at line 605 of file HttpRequest.h.
Definition at line 609 of file HttpRequest.h.
Gets the AWS Access Key if this HttpRequest is signed with Aws Access Key
Definition at line 546 of file HttpRequest.h.
Gets the signing region if this request is signed.
Definition at line 555 of file HttpRequest.h.
Get size in bytes of the request when as it will be going across the wire.
Implemented in Aws::Http::Standard::StandardHttpRequest.
Gets transfer-encoding header.
Definition at line 423 of file HttpRequest.h.
Gets underlying URI object with mutation access.
Definition at line 161 of file HttpRequest.h.
Gets the underlying URI object.
Definition at line 168 of file HttpRequest.h.
Converts the URI into a string and returns it. If includeQueryString is set to true, the query string will be included in the returned value.
Definition at line 173 of file HttpRequest.h.
Gets User Agent header.
Definition at line 442 of file HttpRequest.h.
Gets via header header.
Definition at line 461 of file HttpRequest.h.
Definition at line 232 of file HttpRequest.h.
Definition at line 251 of file HttpRequest.h.
Definition at line 270 of file HttpRequest.h.
Has Api version header x-amz-api-version
Definition at line 476 of file HttpRequest.h.
Definition at line 289 of file HttpRequest.h.
Definition at line 308 of file HttpRequest.h.
Definition at line 327 of file HttpRequest.h.
Has content-encoding header.
Definition at line 406 of file HttpRequest.h.
Definition at line 365 of file HttpRequest.h.
Definition at line 384 of file HttpRequest.h.
Definition at line 346 of file HttpRequest.h.
Definition at line 213 of file HttpRequest.h.
Definition at line 590 of file HttpRequest.h.
Returns true if a header exists in the request with name
Implemented in Aws::Http::Standard::StandardHttpRequest.
Definition at line 416 of file HttpRequest.h.
Definition at line 435 of file HttpRequest.h.
Definition at line 454 of file HttpRequest.h.
Definition at line 587 of file HttpRequest.h.
Gets accept header.
Definition at line 246 of file HttpRequest.h.
Sets Accept CharSet header.
Definition at line 265 of file HttpRequest.h.
Sets accept encoding header.
Definition at line 284 of file HttpRequest.h.
Sets Api version header x-amz-api-version.
Definition at line 491 of file HttpRequest.h.
Set authorization header.
Definition at line 303 of file HttpRequest.h.
Sets aws authorization header.
Definition at line 322 of file HttpRequest.h.
Sets session token header.
Definition at line 341 of file HttpRequest.h.
Sets content-encoding header.
Definition at line 414 of file HttpRequest.h.
Sets content-length header.
Definition at line 379 of file HttpRequest.h.
sets content-type header.
Definition at line 398 of file HttpRequest.h.
Sets the closure for handling whether or not to cancel a request.
Definition at line 524 of file HttpRequest.h.
Sets the closure for handling whether or not to cancel a request.
Definition at line 525 of file HttpRequest.h.
Sets cookie header.
Definition at line 360 of file HttpRequest.h.
Sets the closure for receiving events when data is received from the server.
Definition at line 508 of file HttpRequest.h.
Sets the closure for receiving events when data is received from the server.
Definition at line 509 of file HttpRequest.h.
Sets the closure for receiving events when data is sent to the server.
Definition at line 516 of file HttpRequest.h.
Sets the closure for receiving events when data is sent to the server.
Definition at line 517 of file HttpRequest.h.
Gets date header.
Definition at line 227 of file HttpRequest.h.
Definition at line 588 of file HttpRequest.h.
Definition at line 591 of file HttpRequest.h.
Sets the closure for receiving events when headers are received from the server.
Definition at line 500 of file HttpRequest.h.
Sets the closure for receiving events when headers are received from the server.
Definition at line 501 of file HttpRequest.h.
Add a header pair
Implemented in Aws::Http::Standard::StandardHttpRequest.
Add a header pair
Implemented in Aws::Http::Standard::StandardHttpRequest.
Definition at line 595 of file HttpRequest.h.
Sets the request metrics
Definition at line 571 of file HttpRequest.h.
Definition at line 585 of file HttpRequest.h.
Sets the factory for creating the stream that will be used in the http response.
Implemented in Aws::Http::Standard::StandardHttpRequest.
Definition at line 607 of file HttpRequest.h.
Sets the Aws Access Key if this HttpRequest is signed with Aws Access Key
Definition at line 550 of file HttpRequest.h.
Sets the signing region if this request is signed.
Definition at line 559 of file HttpRequest.h.
Sets transfer-encoding header.
Definition at line 430 of file HttpRequest.h.
Sets User Agent header.
Definition at line 449 of file HttpRequest.h.
Sets via header.
Definition at line 468 of file HttpRequest.h.