#include <httplib.h>
Definition at line 529 of file httplib.h.
◆ DataSink() [1/3]
httplib::DataSink::DataSink |
( |
| ) |
|
|
inline |
◆ DataSink() [2/3]
httplib::DataSink::DataSink |
( |
const DataSink & |
| ) |
|
|
delete |
◆ DataSink() [3/3]
httplib::DataSink::DataSink |
( |
DataSink && |
| ) |
|
|
delete |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ done
std::function<void()> httplib::DataSink::done |
◆ done_with_trailer
std::function<void(const Headers &trailer)> httplib::DataSink::done_with_trailer |
◆ is_writable
std::function<bool()> httplib::DataSink::is_writable |
◆ os
std::ostream httplib::DataSink::os |
◆ write
std::function<bool(const char *data, size_t data_len)> httplib::DataSink::write |
The documentation for this class was generated from the following file: