Sese Framework  2.3.0
A cross-platform framework
Loading...
Searching...
No Matches
sese::net::http::Cookie Member List

This is the complete list of members for sese::net::http::Cookie, including all inherited members.

Cookie(const std::string &name) noexceptsese::net::http::Cookieexplicit
Cookie(const std::string &name, const std::string &value) noexceptsese::net::http::Cookie
domainsese::net::http::Cookieprivate
expired(uint64_t now) constsese::net::http::Cookie
expiressese::net::http::Cookieprivate
getDomain() constsese::net::http::Cookie
getExpires() constsese::net::http::Cookie
getMaxAge() constsese::net::http::Cookie
getName() constsese::net::http::Cookie
getPath() constsese::net::http::Cookie
getValue() constsese::net::http::Cookie
httpOnlysese::net::http::Cookieprivate
isHttpOnly() constsese::net::http::Cookie
isSecure() constsese::net::http::Cookie
maxAgesese::net::http::Cookieprivate
namesese::net::http::Cookieprivate
pathsese::net::http::Cookieprivate
Ptr typedefsese::net::http::Cookie
securesese::net::http::Cookieprivate
setDomain(const std::string &domain)sese::net::http::Cookie
setExpires(uint64_t expires)sese::net::http::Cookie
setHttpOnly(bool http_only)sese::net::http::Cookie
setMaxAge(uint64_t max_age)sese::net::http::Cookie
setPath(const std::string &path)sese::net::http::Cookie
setSecure(bool secure)sese::net::http::Cookie
setValue(const std::string &value)sese::net::http::Cookie
updateExpiresFrom(uint64_t now)sese::net::http::Cookie
valuesese::net::http::Cookieprivate