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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close