Packages

package web

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

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 MimeTypes
  4. object PathAndQuery
  5. object Request extends Serializable
  6. object Response extends Serializable

Ungrouped