Dynamic

org.http4s.server.Router.Routable.Dynamic
final case class Dynamic[F[_], A](segment: Segment[F, A], routes: ContextRoutes[A, F]) extends Routable[F]

Attributes

Source
Router.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Routable[F]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product