|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 http_cookie,包括所有继承而来的类成员
| domain | http_cookie | |
| expires | http_cookie | |
| http_only | http_cookie | |
| is_expired() const noexcept | http_cookie | |
| is_valid() const noexcept | http_cookie | |
| max_age | http_cookie | |
| name | http_cookie | |
| parse(string_view header) | http_cookie | static |
| parse(string_view header, string default_domain, string default_path) | http_cookie | static |
| path | http_cookie | |
| same_site | http_cookie | |
| secure | http_cookie | |
| set_expires_from_now(seconds sec) | http_cookie | |
| to_string() const | http_cookie | |
| try_parse(const string_view str) noexcept | iobject< http_cookie > | inline |
| value | http_cookie |