Packages

package web

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class FormData(content: Seq[Entry]) extends Product with Serializable
  2. sealed trait Path extends PathAndQuery
  3. sealed trait PathAndQuery extends AnyRef
  4. sealed trait Query extends PathAndQuery
  5. final case class Request[Body](method: Method, pq: PathAndQuery, headers: Seq[(String, String)], contentLength: Option[Long], body: Body, renderedCookie: String = null) extends Head with Product with Serializable

    body

    Should be handled before response be given

  6. final case class Response[Body](status: Status, body: Body, headers: Seq[(String, String)], contentLength: Option[Long]) extends Product with Serializable

Value Members

  1. object FormData extends Serializable
  2. object Headers
  3. object PathAndQuery
  4. object Request extends Serializable
  5. object Response extends Serializable

Ungrouped