#include <curl.h>
◆ ResponseBody() [1/2]
ccf::curl::ResponseBody::ResponseBody |
( |
| ) |
|
|
delete |
◆ ResponseBody() [2/2]
ccf::curl::ResponseBody::ResponseBody |
( |
size_t |
max_size_ | ) |
|
|
inline |
◆ attach_noop_response()
static void ccf::curl::ResponseBody::attach_noop_response |
( |
CURL * |
curl | ) |
|
|
inlinestatic |
◆ attach_to_curl()
void ccf::curl::ResponseBody::attach_to_curl |
( |
CURL * |
curl | ) |
|
|
inline |
◆ noop_write_function()
static size_t ccf::curl::ResponseBody::noop_write_function |
( |
uint8_t * |
ptr, |
|
|
size_t |
size, |
|
|
size_t |
nmemb, |
|
|
ResponseBody * |
response |
|
) |
| |
|
inlinestatic |
◆ write_response_chunk()
static size_t ccf::curl::ResponseBody::write_response_chunk |
( |
uint8_t * |
ptr, |
|
|
size_t |
size, |
|
|
size_t |
nmemb, |
|
|
ResponseBody * |
response |
|
) |
| |
|
inlinestatic |
◆ buffer
std::vector<uint8_t> ccf::curl::ResponseBody::buffer |
◆ maximum_size
size_t ccf::curl::ResponseBody::maximum_size |
The documentation for this class was generated from the following file: