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.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_], G[_]](f: FunctionK[G, F])(http: Kleisli[F, Request[G], Response[G]], strictDecode: Boolean)(implicit evidence$1: Sync[F], evidence$2: Concurrent[G]): Kleisli[F, Request[G], Response[G]]