HDK
|
#include <NET_NetworkCookie.h>
Public Types | |
enum | StringForm { NameAndValueOnly, Full } |
enum | SameSite { SAME_SITE_NONE, SAME_SITE_LAX, SAME_SITE_STRICT } |
Static Public Member Functions | |
static void | parseCookies (const UT_StringArray &cookie_string, NET_CookieList &cookies) |
Friends | |
class | NET_NetworkCookieStore |
Definition at line 29 of file NET_NetworkCookie.h.
Enumerator | |
---|---|
SAME_SITE_NONE | |
SAME_SITE_LAX | |
SAME_SITE_STRICT |
Definition at line 38 of file NET_NetworkCookie.h.
Enumerator | |
---|---|
NameAndValueOnly | |
Full |
Definition at line 32 of file NET_NetworkCookie.h.
NET_NetworkCookie::NET_NetworkCookie | ( | ) |
NET_NetworkCookie::NET_NetworkCookie | ( | const UT_StringRef & | name, |
const UT_StringRef & | value | ||
) |
|
default |
|
default |
|
inline |
Definition at line 81 of file NET_NetworkCookie.h.
|
inline |
Definition at line 80 of file NET_NetworkCookie.h.
void NET_NetworkCookie::dump | ( | ) | const |
|
inline |
Definition at line 82 of file NET_NetworkCookie.h.
bool NET_NetworkCookie::hasExpired | ( | ) | const |
bool NET_NetworkCookie::hasMatchingDomain | ( | const NET_NetworkCookie & | cookie | ) | const |
bool NET_NetworkCookie::hasMatchingDomain | ( | const UT_Url & | url | ) | const |
bool NET_NetworkCookie::hasMatchingPath | ( | const UT_StringRef & | path | ) | const |
bool NET_NetworkCookie::hasMatchingPath | ( | const UT_Url & | url | ) | const |
bool NET_NetworkCookie::hasMatchingPath | ( | const NET_NetworkCookie & | cookie | ) | const |
bool NET_NetworkCookie::hasSameIdentifier | ( | const NET_NetworkCookie & | cookie | ) | const |
|
inline |
Definition at line 64 of file NET_NetworkCookie.h.
|
inline |
Definition at line 85 of file NET_NetworkCookie.h.
|
inline |
Definition at line 88 of file NET_NetworkCookie.h.
|
inline |
Definition at line 86 of file NET_NetworkCookie.h.
bool NET_NetworkCookie::isValid | ( | ) | const |
|
inline |
Definition at line 87 of file NET_NetworkCookie.h.
|
inline |
Definition at line 89 of file NET_NetworkCookie.h.
|
inline |
Definition at line 79 of file NET_NetworkCookie.h.
|
inline |
Definition at line 154 of file NET_NetworkCookie.h.
|
default |
|
default |
|
inline |
Definition at line 142 of file NET_NetworkCookie.h.
bool NET_NetworkCookie::parseCookie | ( | const UT_StringRef & | cookie | ) |
|
static |
|
inline |
Definition at line 83 of file NET_NetworkCookie.h.
|
inline |
Definition at line 90 of file NET_NetworkCookie.h.
Definition at line 94 of file NET_NetworkCookie.h.
|
inline |
Definition at line 93 of file NET_NetworkCookie.h.
Definition at line 95 of file NET_NetworkCookie.h.
|
inline |
Definition at line 101 of file NET_NetworkCookie.h.
|
inline |
Definition at line 111 of file NET_NetworkCookie.h.
Definition at line 113 of file NET_NetworkCookie.h.
Definition at line 115 of file NET_NetworkCookie.h.
|
inline |
Definition at line 92 of file NET_NetworkCookie.h.
|
inline |
Definition at line 109 of file NET_NetworkCookie.h.
|
inline |
Definition at line 114 of file NET_NetworkCookie.h.
Definition at line 116 of file NET_NetworkCookie.h.
|
inline |
Definition at line 112 of file NET_NetworkCookie.h.
|
inline |
Definition at line 110 of file NET_NetworkCookie.h.
UT_StringHolder NET_NetworkCookie::toString | ( | StringForm | form = Full | ) | const |
|
inline |
Definition at line 84 of file NET_NetworkCookie.h.
|
friend |
Definition at line 121 of file NET_NetworkCookie.h.