webkit2gtkd ~master (2021-10-23T04:34:38.5273802)
Dub
Repo
Cookie.this
soup
Cookie
Cookie
Sets our main struct and passes it to the parent class.
this
(SoupCookie* soupCookie, bool ownedRef)
class
Cookie
this
(
SoupCookie
*
soupCookie
,
bool
ownedRef
= false
)
this
(string name, string value, string domain, string path, int maxAge)
Meta
Source
See Implementation
soup
Cookie
Cookie
constructors
this
destructors
~this
functions
appliesToUri
copy
domainMatches
equal
free
getCookieStruct
getDomain
getExpires
getHttpOnly
getName
getPath
getSameSitePolicy
getSecure
getStruct
getValue
setDomain
setExpires
setHttpOnly
setMaxAge
setName
setPath
setSameSitePolicy
setSecure
setValue
toCookieHeader
toSetCookieHeader
properties
domain
expires
httpOnly
name
path
secure
value
static functions
getType
parse
variables
ownedRef
soupCookie
Sets our main struct and passes it to the parent class.