Packages

object StandardRoute

Source
StandardRoute.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandardRoute
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(route: Route): StandardRoute
  2. implicit def toDirective[L](route: StandardRoute)(implicit arg0: Tuple[L]): Directive[L]

    Converts the StandardRoute into a directive that never passes the request to its inner route (and always returns its underlying route).