|
restclient-cpp
C++ client for making HTTP/REST requests
|
This structure represents the payload to upload on POST requests. More...
#include <helpers.h>
Public Attributes | |
| const char * | data |
| size_t | length |
This structure represents the payload to upload on POST requests.
| RestClient::Helpers::UploadObject::data |
Member 'data' contains the data to upload
| RestClient::Helpers::UploadObject::length |
Member 'length' contains the length of the data to upload
1.8.9.1