Sese Framework  x.y.z
A cross-platform framework
载入中...
搜索中...
未找到
sese::net::http::Cookie 成员列表

成员的完整列表,这些成员属于 sese::net::http::Cookie,包括所有继承而来的类成员

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