Yet Another HTTP Library
yahttp
|
#include <reqresp.hpp>
Additional Inherited Members | |
![]() | |
void | keyValuePair (const std::string &keyvalue, std::string &key, std::string &value) |
void | initialize (Response *target) |
int | feed (const std::string &somedata) |
bool | ready () |
void | finalize () |
![]() | |
Response * | target |
int | state |
size_t | pos |
std::string | buffer |
bool | chunked |
int | chunk_size |
std::ostringstream | bodybuf |
size_t | maxbody |
size_t | minbody |
bool | hasBody |
Asynchronous HTTP response loader