Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::Net::HTTPCookie Member List
This is the complete list of members for
Poco::Net::HTTPCookie
, including all inherited members.
_comment
Poco::Net::HTTPCookie
private
_domain
Poco::Net::HTTPCookie
private
_httpOnly
Poco::Net::HTTPCookie
private
_maxAge
Poco::Net::HTTPCookie
private
_name
Poco::Net::HTTPCookie
private
_path
Poco::Net::HTTPCookie
private
_priority
Poco::Net::HTTPCookie
private
_sameSite
Poco::Net::HTTPCookie
private
_secure
Poco::Net::HTTPCookie
private
_value
Poco::Net::HTTPCookie
private
_version
Poco::Net::HTTPCookie
private
escape
(const std::string &str)
Poco::Net::HTTPCookie
static
getComment
() const
Poco::Net::HTTPCookie
inline
getDomain
() const
Poco::Net::HTTPCookie
inline
getHttpOnly
() const
Poco::Net::HTTPCookie
inline
getMaxAge
() const
Poco::Net::HTTPCookie
inline
getName
() const
Poco::Net::HTTPCookie
inline
getPath
() const
Poco::Net::HTTPCookie
inline
getPriority
() const
Poco::Net::HTTPCookie
inline
getSameSite
() const
Poco::Net::HTTPCookie
inline
getSecure
() const
Poco::Net::HTTPCookie
inline
getValue
() const
Poco::Net::HTTPCookie
inline
getVersion
() const
Poco::Net::HTTPCookie
inline
HTTPCookie
()
Poco::Net::HTTPCookie
HTTPCookie
(const std::string &name)
Poco::Net::HTTPCookie
explicit
HTTPCookie
(const NameValueCollection &nvc)
Poco::Net::HTTPCookie
explicit
HTTPCookie
(const std::string &name, const std::string &value)
Poco::Net::HTTPCookie
HTTPCookie
(const HTTPCookie &cookie)
Poco::Net::HTTPCookie
operator=
(const HTTPCookie &cookie)
Poco::Net::HTTPCookie
SAME_SITE_LAX
enum value
Poco::Net::HTTPCookie
SAME_SITE_NONE
enum value
Poco::Net::HTTPCookie
SAME_SITE_NOT_SPECIFIED
enum value
Poco::Net::HTTPCookie
SAME_SITE_STRICT
enum value
Poco::Net::HTTPCookie
SameSite
enum name
Poco::Net::HTTPCookie
setComment
(const std::string &comment)
Poco::Net::HTTPCookie
setDomain
(const std::string &domain)
Poco::Net::HTTPCookie
setHttpOnly
(bool flag=true)
Poco::Net::HTTPCookie
setMaxAge
(int maxAge)
Poco::Net::HTTPCookie
setName
(const std::string &name)
Poco::Net::HTTPCookie
setPath
(const std::string &path)
Poco::Net::HTTPCookie
setPriority
(const std::string &priority)
Poco::Net::HTTPCookie
setSameSite
(SameSite value)
Poco::Net::HTTPCookie
setSecure
(bool secure)
Poco::Net::HTTPCookie
setValue
(const std::string &value)
Poco::Net::HTTPCookie
setVersion
(int version)
Poco::Net::HTTPCookie
toString
() const
Poco::Net::HTTPCookie
unescape
(const std::string &str)
Poco::Net::HTTPCookie
static
~HTTPCookie
()
Poco::Net::HTTPCookie
Generated by
1.10.0