serverino ~master (2024-03-17T18:35:47Z)
Dub
Repo
Cookie.httpOnly
serverino
interfaces
Cookie
Set cookie httpOnly flag. This cookie will not be accessible from javascript.
struct
Cookie
@
safe
@
nogc
nothrow @
property
ref scope return
Cookie
httpOnly
(
bool
httpOnly
= true
)
Meta
Source
See Implementation
serverino
interfaces
Cookie
constructors
this
enums
SameSite
properties
domain
expire
httpOnly
invalidate
maxAge
path
sameSite
secure
Set cookie httpOnly flag. This cookie will not be accessible from javascript.