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-route this req)Given an incoming request, find the matching route (one route map from the routing routes).
Given an incoming request, find the matching route (one route map from the routing routes).
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |