Cookie.this

Undocumented in source.
class Cookie
@safe
this
(
string name
,
string value = ""
,
string path = "/"
,
string domain = ""
,
string expires = ""
,
long maxAge = 3600
,
bool secure = false
,
bool httpOnly = false
)

Meta