![]() |
MySQL 9.5.0
Source Code Documentation
|
This is the complete list of members for mrs::http::Cookie, including all inherited members.
| clear(Request *request, const char *cookie_name) | mrs::http::Cookie | static |
| clear(const char *cookie_name) | mrs::http::Cookie | |
| Cookie(Request *request) | mrs::http::Cookie | |
| cookies_ | mrs::http::Cookie | private |
| direct() | mrs::http::Cookie | |
| duration typedef | mrs::http::Cookie | |
| get(const std::string &key) | mrs::http::Cookie | |
| kHttpParameterNameCookie | mrs::http::Cookie | privatestatic |
| Lex enum value | mrs::http::Cookie | |
| MapWithCookies typedef | mrs::http::Cookie | |
| None enum value | mrs::http::Cookie | |
| Request typedef | mrs::http::Cookie | |
| request_ | mrs::http::Cookie | private |
| SameSite enum name | mrs::http::Cookie | |
| set(Request *request, const std::string &cookie_name, const std::string &value, const duration duration={}, const std::string &path={}, const SameSite *same_site=nullptr, bool secure=false, bool http_only=false, const std::string &domain={}) | mrs::http::Cookie | static |
| set(const std::string &cookie_name, const std::string &value, const duration duration={}, const std::string &path={}, const SameSite *same_site=nullptr, bool secure=false, bool http_only=false, const std::string &domain={}) | mrs::http::Cookie | |
| Strict enum value | mrs::http::Cookie |