Yet Another HTTP Library
yahttp
|
#include <cookie.hpp>
Public Member Functions | |
CookieJar () | |
CookieJar (const CookieJar &rhs) | |
void | clear () |
void | keyValuePair (const std::string &keyvalue, std::string &key, std::string &value) |
void | parseCookieHeader (const std::string &cookiestr) |
Public Attributes | |
std::map< std::string, Cookie, ASCIICINullSafeComparator > | cookies |
Implements a Cookie jar for storing multiple cookies
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::map<std::string, Cookie, ASCIICINullSafeComparator> YaHTTP::CookieJar::cookies |