Router
org.http4s.server.Router
object Router
Attributes
- Source
- Router.scala
- Graph
-
- Supertypes
- Self type
-
Router.type
Members list
Type members
Classlikes
object Routable
Attributes
- Companion
- trait
- Source
- Router.scala
- Supertypes
- Self type
-
Routable.type
Attributes
- Companion
- object
- Source
- Router.scala
- Supertypes
- Known subtypes
Attributes
- Companion
- object
- Source
- Router.scala
- Supertypes
object Segment
Attributes
- Companion
- class
- Source
- Router.scala
- Supertypes
- Self type
-
Segment.type
Value members
Concrete methods
Defines an HttpRoutes based on list of mappings.
Defines an HttpRoutes based on list of mappings and a default Service to be used when none in the list match incoming requests.
Defines an HttpRoutes based on list of mappings and a default Service to be used when none in the list match incoming requests.
The mappings are processed in descending order (longest first) of prefix length.
Attributes
- Source
- Router.scala
Attributes
- Source
- Router.scala
Attributes
- Source
- Router.scala
In this article