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
- Self type
- UrlFormLifter.type