+&
org.http4s.dsl.impl.+&$
object +&
Multiple param extractor:
object A extends QueryParamDecoderMatcher[String]("a")
object B extends QueryParamDecoderMatcher[Int]("b")
val routes = HttpRoutes.of {
case GET -> Root / "user" :? A(a) +& B(b) => ...
Attributes
- Source:
- Path.scala
- Graph
- Supertypes
- Self type
- +&.type