Cookie.secure

Set cookie secure flag. This cookie will be sent only thru https.

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

Meta