Crow  1.0
A C++ microframework for the web
crow::CookieParser::context Struct Reference
Collaboration diagram for crow::CookieParser::context:

Public Member Functions

std::string get_cookie (const std::string &key) const
 
void set_cookie (const std::string &key, const std::string &value)
 

Public Attributes

std::unordered_map< std::string, std::string > jar
 
std::unordered_map< std::string, std::string > cookies_to_add
 

Member Function Documentation

◆ 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

Member Data Documentation

◆ 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: