org.http4s.dsl.impl.MethodConcat
Attributes
- Source:
- Path.scala
- Graph
- Supertypes
Members list
Concise view
Value members
HttpMethod 'or' extractor:
HttpMethod 'or' extractor:
val request: Request = ???
request match {
case (Method.GET | Method.POST) -> Root / "123" => ???
}
Attributes
- Source:
- Path.scala