HttpCookies

Handles a set of output cookies by writing them into the list of output headers.

Constructors

this
this(HttpHeaders headers, const(HttpHeaderName) name)

Construct an output cookie wrapper upon the provided output headers. Each cookie added is converted to an addition to those headers.

Members

Functions

add
void add(Cookie cookie)

Add a cookie to our output headers.

Meta