HttpCookieGenerator.render

Renders the HTTP response Cookie header line field value.

class HttpCookieGenerator
void
render
(
scope void delegate
(
cstring str
)
appendContent
)

Parameters

appendContent void delegate
(
cstring str
)

callback delegate that will be invoked repeatedly to concatenate the Cookie header line field value.

Meta