io.finch

route

package route

Linear Supertypes
LowPriorityRouterImplicits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. route
  2. LowPriorityRouterImplicits
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Endpoint[-A, +B] = RouterN[Service[A, B]]

  2. implicit class RArrow1[A] extends AnyRef

    Definition Classes
    LowPriorityRouterImplicits
  3. type Router[+A] = RouterN[A]

Value Members

  1. implicit def booleanToMather(b: Boolean): Router0

  2. implicit def endpointToService[Req, Rep](r: RouterN[Service[Req, Rep]])(implicit ev: (Req) ⇒ HttpRequest): Service[Req, Rep]

  3. implicit def intToMatcher(i: Int): Router0

  4. implicit def stringToMatcher(s: String): Router0

Inherited from LowPriorityRouterImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped