Yet Another HTTP Library
yahttp
|
#include <reqresp.hpp>
Public Member Functions | |
Response () | |
Response (const HTTPBase &rhs) | |
Response & | operator= (const HTTPBase &rhs) |
void | initialize () |
![]() | |
HTTPBase () | |
void | write (std::ostream &os) const |
strstr_map_t & | GET () |
strstr_map_t & | POST () |
strcookie_map_t & | COOKIES () |
std::string | versionStr (int version) const |
std::string | str () const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Response &resp) |
std::istream & | operator>> (std::istream &is, Response &resp) |
Additional Inherited Members | |
![]() | |
URL | url |
int | kind |
int | status |
int | version |
std::string | statusText |
std::string | method |
strstr_map_t | headers |
CookieJar | jar |
strstr_map_t | postvars |
strstr_map_t | getvars |
strstr_map_t | parameters |
std::string | routeName |
std::string | body |
ssize_t | max_request_size |
ssize_t | max_response_size |
funcptr::function< size_t(const HTTPBase *, std::ostream &, bool)> | renderer |
![]() | |
HTTPBase (const HTTPBase &rhs) | |
HTTPBase & | operator= (const HTTPBase &rhs) |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from YaHTTP::HTTPBase.
|
friend |
|
friend |