AWS SDK for C++AWS SDK for C++ Version 1.11.788 |
#include <HttpRequest.h>
Abstract class for representing an HttpRequest.
Definition at line 100 of file HttpRequest.h.
Initializes an HttpRequest object with uri and http method.
Definition at line 106 of file HttpRequest.h.
Definition at line 110 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 206 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 564 of file HttpRequest.h.
Definition at line 599 of file HttpRequest.h.
Normalizes the URI for use with signing.
Definition at line 192 of file HttpRequest.h.
Deletes a header from the request by name.
Implemented in Aws::Http::Standard::StandardHttpRequest.
Gets accept header.
Definition at line 237 of file HttpRequest.h.
Gets Accept CharSet header.
Definition at line 256 of file HttpRequest.h.
Gets accept encoding header.
Definition at line 275 of file HttpRequest.h.
Gets Api version header x-amz-api-version.
Definition at line 482 of file HttpRequest.h.
Gets authorization encoding header.
Definition at line 294 of file HttpRequest.h.
Gets aws authorization header.
Definition at line 313 of file HttpRequest.h.
Gets session token header.
Definition at line 332 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 408 of file HttpRequest.h.
Gets content-length header.
Definition at line 370 of file HttpRequest.h.
Gets content-type header.
Definition at line 389 of file HttpRequest.h.
Definition at line 539 of file HttpRequest.h.
Gets cookie header.
Definition at line 351 of file HttpRequest.h.
Gets the closure for receiving events when data is received from the server.
Definition at line 533 of file HttpRequest.h.
Gets the closure for receiving events when data is sent to the server.
Definition at line 537 of file HttpRequest.h.
Gets date header.
Definition at line 218 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 529 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 178 of file HttpRequest.h.
Gets the query string from the URI on this request.
Definition at line 185 of file HttpRequest.h.
Gets the query string for the underlying URI as a key value mapping
Definition at line 199 of file HttpRequest.h.
Definition at line 597 of file HttpRequest.h.
Gets the request metrics
Definition at line 574 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 582 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 603 of file HttpRequest.h.
Definition at line 607 of file HttpRequest.h.
Gets the AWS Access Key if this HttpRequest is signed with Aws Access Key
Definition at line 544 of file HttpRequest.h.
Gets the signing region if this request is signed.
Definition at line 553 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 421 of file HttpRequest.h.
Gets underlying URI object with mutation access.
Definition at line 159 of file HttpRequest.h.
Gets the underlying URI object.
Definition at line 166 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 171 of file HttpRequest.h.
Gets User Agent header.
Definition at line 440 of file HttpRequest.h.
Gets via header header.
Definition at line 459 of file HttpRequest.h.
Definition at line 230 of file HttpRequest.h.
Definition at line 249 of file HttpRequest.h.
Definition at line 268 of file HttpRequest.h.
Has Api version header x-amz-api-version
Definition at line 474 of file HttpRequest.h.
Definition at line 287 of file HttpRequest.h.
Definition at line 306 of file HttpRequest.h.
Definition at line 325 of file HttpRequest.h.
Has content-encoding header.
Definition at line 404 of file HttpRequest.h.
Definition at line 363 of file HttpRequest.h.
Definition at line 382 of file HttpRequest.h.
Definition at line 344 of file HttpRequest.h.
Definition at line 211 of file HttpRequest.h.
Definition at line 588 of file HttpRequest.h.
Returns true if a header exists in the request with name
Implemented in Aws::Http::Standard::StandardHttpRequest.
Definition at line 414 of file HttpRequest.h.
Definition at line 433 of file HttpRequest.h.
Definition at line 452 of file HttpRequest.h.
Definition at line 585 of file HttpRequest.h.
Gets accept header.
Definition at line 244 of file HttpRequest.h.
Sets Accept CharSet header.
Definition at line 263 of file HttpRequest.h.
Sets accept encoding header.
Definition at line 282 of file HttpRequest.h.
Sets Api version header x-amz-api-version.
Definition at line 489 of file HttpRequest.h.
Set authorization header.
Definition at line 301 of file HttpRequest.h.
Sets aws authorization header.
Definition at line 320 of file HttpRequest.h.
Sets session token header.
Definition at line 339 of file HttpRequest.h.
Sets content-encoding header.
Definition at line 412 of file HttpRequest.h.
Sets content-length header.
Definition at line 377 of file HttpRequest.h.
sets content-type header.
Definition at line 396 of file HttpRequest.h.
Sets the closure for handling whether or not to cancel a request.
Definition at line 522 of file HttpRequest.h.
Sets the closure for handling whether or not to cancel a request.
Definition at line 523 of file HttpRequest.h.
Sets cookie header.
Definition at line 358 of file HttpRequest.h.
Sets the closure for receiving events when data is received from the server.
Definition at line 506 of file HttpRequest.h.
Sets the closure for receiving events when data is received from the server.
Definition at line 507 of file HttpRequest.h.
Sets the closure for receiving events when data is sent to the server.
Definition at line 514 of file HttpRequest.h.
Sets the closure for receiving events when data is sent to the server.
Definition at line 515 of file HttpRequest.h.
Gets date header.
Definition at line 225 of file HttpRequest.h.
Definition at line 586 of file HttpRequest.h.
Definition at line 589 of file HttpRequest.h.
Sets the closure for receiving events when headers are received from the server.
Definition at line 498 of file HttpRequest.h.
Sets the closure for receiving events when headers are received from the server.
Definition at line 499 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 593 of file HttpRequest.h.
Sets the request metrics
Definition at line 569 of file HttpRequest.h.
Definition at line 583 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 605 of file HttpRequest.h.
Sets the Aws Access Key if this HttpRequest is signed with Aws Access Key
Definition at line 548 of file HttpRequest.h.
Sets the signing region if this request is signed.
Definition at line 557 of file HttpRequest.h.
Sets transfer-encoding header.
Definition at line 428 of file HttpRequest.h.
Sets User Agent header.
Definition at line 447 of file HttpRequest.h.
Sets via header.
Definition at line 466 of file HttpRequest.h.