StandardRoute

pl.iterators.stir.server.StandardRoute$
See theStandardRoute companion class
object StandardRoute

Attributes

Companion
class
Source
StandardRoute.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(route: Route): StandardRoute

Attributes

Source
StandardRoute.scala

Implicits

Implicits

implicit def toDirective[L : Tuple](route: StandardRoute): Directive[L]

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

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

Attributes

Source
StandardRoute.scala