RouteMatcher

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

Find a matching route (RouteMatch) from a given HttpRequest

Attributes

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

Members list

Value members

Abstract methods

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