vibe-http ~master (2021-03-22T09:44:24Z)
Home
Dub
Repo
Cookie.writeString
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
vibe
http
common
Cookie
enums
Encoding
functions
expire
setValue
writeString
properties
domain
expires
httpOnly
maxAge
path
rawValue
secure
value
Writes out the full cookie in HTTP compatible format.