korolev.web

package korolev.web

Members list

Type members

Classlikes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FormData

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FormData.type
object Headers

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait PathAndQuery
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

Value parameters

body

Should be handled before response be given

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Head
class Object
trait Matchable
class Any
Show all
object Request

Attributes

Companion
class
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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Response

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Response.type