vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
Cookie.writeString
index
vibe
http
common
Cookie
Writes out the full cookie in HTTP compatible format.
class
Cookie
@
safe
void
writeString
(
R
)
(
R
dst
,
string
name
)
if
(
isOutputRange
!(
R
,
char
)
)
Meta
Source
See Implementation
index
vibe
http
common
Cookie
enums
Encoding
SameSite
functions
expire
setValue
writeString
properties
domain
expires
httpOnly
maxAge
path
rawValue
sameSite
secure
value
Writes out the full cookie in HTTP compatible format.