Struct restincurl::OutDataHandler
template <typename T>
ClassList > restincurl > OutDataHandler
#include <restincurl.h>
Inherits the following classes: restincurl::DataHandlerBase
Public Attributes
Type | Name |
---|---|
T | data_ |
size_t | sendt_bytes_ = 0 |
Public Functions
Type | Name |
---|---|
OutDataHandler () = default |
|
OutDataHandler (const T & v) |
|
OutDataHandler (T && v) |
Public Functions inherited from restincurl::DataHandlerBase
See restincurl::DataHandlerBase
Type | Name |
---|---|
virtual | ~DataHandlerBase () = default |
Public Static Functions
Type | Name |
---|---|
size_t | read_callback (char * bufptr, size_t size, size_t nitems, void * userdata) |
Detailed Description
Template implementation for output data to curl during a request.
This handler deals with the data sent to the HTTP server during a request (POST, PATCH etc). This implementation will typically use T=std::string and just store the data in a string. For json/XML payloads that's probably all you need. But if you send binary data, you may want to use a container like std::vector or std::deque in stead.
Public Attributes Documentation
variable data_
variable sendt_bytes_
Public Functions Documentation
function OutDataHandler [1/3]
function OutDataHandler [2/3]
function OutDataHandler [3/3]
Public Static Functions Documentation
function read_callback
static inline size_t restincurl::OutDataHandler::read_callback (
char * bufptr,
size_t size,
size_t nitems,
void * userdata
)
The documentation for this class was generated from the following file SpiceQL/include/restincurl.h