Liking cljdoc? Tell your friends :D
Clojure only.

io.pedestal.http.route.router


Routercljprotocol

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.

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.

find-routeclj

(find-route this req)

Given an incoming request, find the matching route (one route map from the routing table).

Given an incoming request, find the matching route (one route map from the routing table).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close