CookieParser

Undocumented in source.

Members

Aliases

CookieParserCallback
alias CookieParserCallback = void delegate(string name, string value)
Undocumented in source.

Static functions

parseCookie
Cookie[] parseCookie(string cookieStr)
Undocumented in source. Be warned that the author may not have intended to support it.
parseCookies
void parseCookies(string cookieStr, CookieParserCallback callback)
Undocumented in source. Be warned that the author may not have intended to support it.
parseSetCookie
Cookie parseSetCookie(string cookieStr)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta