Constructs a new fully specified cookie.
the name of the cookie.
the value of the cookie.
the path within the domain to which this cookie belongs.
the domain to which this cookie belongs.
when the cookie expires.
how long the cookie can live for.
whether or not this cookie can only be sent to HTTPS servers.
whether or not this cookie can only be read by a server.
the domain to which this cookie belongs.
when the cookie expires.
whether or not this cookie can only be read by a server.
how long the cookie can live for.
the name of the cookie.
the path within the domain to which this cookie belongs.
whether or not this cookie can only be sent to HTTPS servers.
the value of the cookie.
Generated using TypeDoc
HttpCookie
Represents a RFC 6265 cookie.