RouteMatch

wvlet.airframe.http.router.RouteMatch
case class RouteMatch(route: Route, params: Map[String, String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def call[Req : HttpRequestAdapter, Resp, F[_]](session: Session, controllerProvider: ControllerProvider, request: Req, context: HttpContext[Req, Resp, F], codecFactory: MessageCodecFactory): Option[Any]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product