io.pedestal.http.route.router
Router
protocol
A Router is created from a routing table (see expand-routes). Each implementation of Router represents a different strategy for dispatching incoming requests, balancing a number of tradeoffs.
members
find-route
(find-route this req)
Given an incoming request, find the matching route (one route map from the routing routes).