UrlFormLifter

org.http4s.server.middleware.UrlFormLifter$
object UrlFormLifter

Middleware for lifting application/x-www-form-urlencoded bodies into the request query params.

The params are merged into the existing paras after the existing query params. This means that if the query already contains the pair "foo" -> Some("bar"), parameters on the body must be accessed through multiParams.

Attributes

Source
UrlFormLifter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Attributes

Source
UrlFormLifter.scala