korolev.web

package korolev.web

Members list

Concise view

Type members

Classlikes

final case class FormData(content: Seq[Entry])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object FormData

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Headers

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Headers.type
object MimeTypes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait Path extends PathAndQuery

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class /
object Root.type
sealed trait PathAndQuery

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Path
class /
object Root.type
trait Query
class :&
class :?

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait Query extends PathAndQuery

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class :&
class :?
final case class Request[Body](method: Method, pq: PathAndQuery, headers: Seq[(String, String)], contentLength: Option[Long], body: Body, renderedCookie: String) extends Head

Attributes

body

Should be handled before response be given

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Head
class Object
trait Matchable
class Any
object Request

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Request.type
final case class Response[Body](status: Status, body: Body, headers: Seq[(String, String)], contentLength: Option[Long])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Response

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type