QueryParamDecoderMatcherWithDefault
org.http4s.dsl.impl.QueryParamDecoderMatcherWithDefault
abstract class QueryParamDecoderMatcherWithDefault[T](name: String, default: T)(implicit evidence$6: QueryParamDecoder[T])
A param extractor with a default value. If the query param is not present, the default value is returned
If the query param is present but incorrectly formatted, will return None
Attributes
- Source:
- Path.scala
- Graph
- Supertypes
- Known subtypes
- class QueryParamMatcherWithDefault[T]