korolev.web.Request
See theRequest companion object
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
- Graph
-
- Supertypes
Members list
In this article