Encapsulates the response from a curl request Curl uses a callback when performing a request for chunks of data. This class serves as a the request data, using an Aws::StringStream to accumulate data in memory. At any time, the GetValue() method can be used to return a Json::JsonValue respresentation of the currently buffered data.
More...
|
Aws::StringStream | stream_ |
| Current data that has be received so far. More...
|
|
Encapsulates the response from a curl request Curl uses a callback when performing a request for chunks of data. This class serves as a the request data, using an Aws::StringStream to accumulate data in memory. At any time, the GetValue() method can be used to return a Json::JsonValue respresentation of the currently buffered data.
WARNING: This class will accumulate data, without
Definition at line 265 of file service_credentials_provider.cpp.
Aws::Auth::RequestContext::RequestContext |
( |
| ) |
|
|
default |
Aws::Auth::RequestContext::~RequestContext |
( |
| ) |
|
|
default |
Aws::Utils::Json::JsonValue Aws::Auth::RequestContext::GetValue |
( |
| ) |
|
|
inline |
Create a Json::JsonValue object from the current value of the buffer.
- Returns
- An instance of Json::JsonValue containing the contents of the buffer
Definition at line 302 of file service_credentials_provider.cpp.
static size_t Aws::Auth::RequestContext::WriteData |
( |
char * |
ptr, |
|
|
size_t |
, |
|
|
size_t |
nmemb, |
|
|
void * |
userdata |
|
) |
| |
|
inlinestatic |
Aws::StringStream Aws::Auth::RequestContext::stream_ |
|
private |
The documentation for this class was generated from the following file: