Function Cookie.writeString
Writes out the full cookie in HTTP compatible format.
void writeString(R)
(
R dst,
string name
)
if (isOutputRange!(R, char));
Writes out the full cookie in HTTP compatible format.
void writeString(R)
(
R dst,
string name
)
if (isOutputRange!(R, char));