->

org.http4s.dsl.impl.->
object ->

Attributes

Source
Path.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
->.type

Members list

Value members

Concrete methods

def unapply[F[_]](req: Request[F]): Some[(Method, Path)]

HttpMethod extractor:

HttpMethod extractor:

(request.method, Path(request.path)) match {
  case Method.GET -> Root / "test.json" => ...

Attributes

Source
Path.scala