korolev.web

package korolev.web

Type members

Classlikes

final case class FormData(content: Seq[Entry])
Companion
object
object FormData
Companion
class
object Headers
sealed trait Path extends PathAndQuery
sealed trait PathAndQuery
Companion
object
object PathAndQuery
Companion
class
sealed trait Query extends PathAndQuery
final case class Request[Body](method: Method, pq: PathAndQuery, headers: Seq[(String, String)], contentLength: Option[Long], body: Body, renderedCookie: String) extends Head
Value Params
body

Should be handled before response be given

Companion
object
object Request
Companion
class
final case class Response[Body](status: Status, body: Body, headers: Seq[(String, String)], contentLength: Option[Long])
Companion
object
object Response
Companion
class