|
std::string | get_cookie (const std::string &key) const |
|
void | set_cookie (const std::string &key, const std::string &value) |
|
|
std::unordered_map< std::string, std::string > | jar |
|
std::unordered_map< std::string, std::string > | cookies_to_add |
|
◆ get_cookie()
std::string crow::CookieParser::context::get_cookie |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ set_cookie()
void crow::CookieParser::context::set_cookie |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
inline |
◆ jar
std::unordered_map<std::string, std::string> crow::CookieParser::context::jar |
◆ cookies_to_add
std::unordered_map<std::string, std::string> crow::CookieParser::context::cookies_to_add |
The documentation for this struct was generated from the following file: