- generateCookie
string generateCookie(Cookie cookie)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateCookies
string generateCookies(Cookie[] cookies)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateCookies
string generateCookies(List!Cookie cookies)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateSetCookie
string generateSetCookie(Cookie cookie)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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, CookieParsingHandler 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.