|
Yet Another HTTP Library
yahttp
|
#include <reqresp.hpp>


Additional Inherited Members | |
Public Member Functions inherited from YaHTTP::AsyncLoader< Response > | |
| 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 () |
Public Attributes inherited from YaHTTP::AsyncLoader< Response > | |
| 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
1.8.6