RouteMatcher

wvlet.airframe.http.router.RouteMatcher
See theRouteMatcher companion object

Find a matching route (RouteMatch) from a given HttpRequest

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def findRoute[Req : HttpRequestAdapter](request: Req): Option[RouteMatch]