org.http4s.QueryParamCodec
See theQueryParamCodec companion object Members list
Concise view
Value members
QueryParamEncoder is a contravariant functor.
Validate the currently parsed value a function to Either[ParseFailure, *].
Validate the currently parsed value using a function to ValidatedNel[ParseFailure, *].
QueryParamDecoder is a covariant functor.
Use another decoder if this one fails.