Function Cookie.httpOnly
Prevents access to the cookie from scripts.
void httpOnly
(
bool value
) @property @safe;
bool httpOnly() @property @safe const;
Prevents access to the cookie from scripts.
void httpOnly
(
bool value
) @property @safe;
bool httpOnly() @property @safe const;