#include <middleware.h>
|
| std::string | get_cookie (const std::string &key) |
| |
| 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 | ) |
|
|
inline |
◆ set_cookie()
| void crow::CookieParser::context::set_cookie |
( |
const std::string & |
key, |
|
|
const std::string & |
value |
|
) |
| |
|
inline |
◆ cookies_to_add
| std::unordered_map<std::string, std::string> crow::CookieParser::context::cookies_to_add |
◆ jar
| std::unordered_map<std::string, std::string> crow::CookieParser::context::jar |
The documentation for this struct was generated from the following file: