o

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 acessed through multiParams.

Source
UrlFormLifter.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UrlFormLifter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(service: HttpService, strictDecode: Boolean = false): HttpService