Cookie.writeString

Writes out the full cookie in HTTP compatible format.

class Cookie
@safe
void
writeString
(
R
)
(
R dst
,
string name
)
if (
isOutputRange!(R, char)
)

Meta