AWS SDK for C++AWS SDK for C++ Version 1.11.789 |
#include <StandardHttpRequest.h>
Simple STL container modeling of HttpRequest. Implementation of the HttpRequest interface.
Definition at line 23 of file StandardHttpRequest.h.
Initializes an HttpRequest object with uri and http method.
Adds a content body stream to the request. This stream will be used to send the body to the endpoint.
Implements Aws::Http::HttpRequest.
Definition at line 56 of file StandardHttpRequest.h.
delete pair by headerName
Implements Aws::Http::HttpRequest.
Gets the content body stream that will be used for this request.
Implements Aws::Http::HttpRequest.
Definition at line 60 of file StandardHttpRequest.h.
Get All headers for this request.
Implements Aws::Http::HttpRequest.
Get the value for a Header based on its name. This function doesn't check the existence of headerName. So make sure you call HasHeader() first before calling this function, otherwise the behavior is undefined.
Implements Aws::Http::HttpRequest.
Gets the factory for creating the stream that will be used in the http response.
Implements Aws::Http::HttpRequest.
Get size in bytes of the request when as it will be going across the wire.
Implements Aws::Http::HttpRequest.
Returns true if a header exists in the request with name
Implements Aws::Http::HttpRequest.
Add a header pair
Implements Aws::Http::HttpRequest.
Add a header pair
Implements Aws::Http::HttpRequest.
Sets the factory for creating the stream that will be used in the http response.
Implements Aws::Http::HttpRequest.