HttpResponse.cookie

Undocumented in source. Be warned that the author may not have intended to support it.
  1. HttpResponse cookie(string name, string value, string path, string domain, string expires, long maxAge, bool secure, bool httpOnly)
    class HttpResponse
    cookie
    (
    string name
    ,
    string value
    ,
    string path = "/"
    ,
    string domain = ""
    ,
    string expires = ""
    ,
    long maxAge = 604800
    ,
    bool secure = false
    ,
    bool httpOnly = false
    )
  2. HttpResponse cookie(Cookie cookie)
  3. Cookie cookie(string name)

Meta