Cookie.httpOnly

Set cookie httpOnly flag. This cookie will not be accessible from javascript.

struct Cookie
@safe @nogc nothrow @property ref scope return
httpOnly
(
bool httpOnly = true
)

Meta