Yet Another HTTP Library
yahttp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members
YaHTTP::AsyncResponseLoader Class Reference

#include <reqresp.hpp>

Inheritance diagram for YaHTTP::AsyncResponseLoader:
Inheritance graph
[legend]
Collaboration diagram for YaHTTP::AsyncResponseLoader:
Collaboration graph
[legend]

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 >
Responsetarget
 
int state
 
size_t pos
 
std::string buffer
 
bool chunked
 
int chunk_size
 
std::ostringstream bodybuf
 
size_t maxbody
 
size_t minbody
 
bool hasBody
 

Detailed Description

Asynchronous HTTP response loader


The documentation for this class was generated from the following file: