Skip to content

Struct restincurl::InDataHandler

template <typename T>

ClassList > restincurl > InDataHandler

More...

  • #include <restincurl.h>

Inherits the following classes: restincurl::DataHandlerBase

Public Attributes

Type Name
T & data_

Public Functions

Type Name
InDataHandler (T & data)

Public Functions inherited from restincurl::DataHandlerBase

See restincurl::DataHandlerBase

Type Name
virtual ~DataHandlerBase () = default

Public Static Functions

Type Name
size_t write_callback (char * ptr, size_t size, size_t nitems, void * userdata)

Detailed Description

Template implementation for input data to curl during a request.

This handler deals with the data received from the HTTP server during a request. This implementation will typically use T=std::string and just store the received data in a string. For json/XML payloads that's probably all you need. But if you receive binary data, you may want to use a container like std::vector or std::deque in stead.

Public Attributes Documentation

variable data_

T& restincurl::InDataHandler< T >::data_;

Public Functions Documentation

function InDataHandler

inline restincurl::InDataHandler::InDataHandler (
    T & data
) 

Public Static Functions Documentation

function write_callback

static inline size_t restincurl::InDataHandler::write_callback (
    char * ptr,
    size_t size,
    size_t nitems,
    void * userdata
) 


The documentation for this class was generated from the following file SpiceQL/include/restincurl.h