Public Member Functions | |
std::string | get_cookie (const std::string &key) const |
template<typename U > | |
Cookie & | set_cookie (const std::string &key, U &&value) |
Cookie & | set_cookie (Cookie cookie) |
Public Attributes | |
std::unordered_map< std::string, std::string > | jar |
Friends | |
struct | CookieParser |