restclient-cpp
C++ client for making HTTP/REST requests
Public Attributes | List of all members
RestClient::Helpers::UploadObject Struct Reference

This structure represents the payload to upload on POST requests. More...

#include <helpers.h>

Public Attributes

const char * data
 
size_t length
 

Detailed Description

This structure represents the payload to upload on POST requests.

Member Data Documentation

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


The documentation for this struct was generated from the following file: