unfiltered

package unfiltered

Type members

Classlikes

object Async
case class Cookie(name: String, value: String, domain: Option[String], path: Option[String], maxAge: Option[Int], secure: Option[Boolean], httpOnly: Boolean, version: Int)
object CookieKeys
Module defining Cookie-related constants
See also http://tools.ietf.org/html/rfc2965#page-5
object Cycle