StandardRoute

pl.iterators.stir.server.StandardRoute
See theStandardRoute companion object
abstract class StandardRoute extends Route

A Route that can be implicitly converted into a Directive (fitting any signature).

Attributes

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

Members list

Value members

Concrete methods

def toDirective[L : Tuple]: Directive[L]

Attributes

Source
StandardRoute.scala

Inherited methods

def andThen[A](g: (IO[RouteResult]) => A): RequestContext => A

Attributes

Inherited from:
Function1
def compose[A](g: A => RequestContext): A => IO[RouteResult]

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1

Inherited and Abstract methods

Attributes

Inherited from:
Function1