reitit.core

(source)
Public Variable Short Description
->Match (clj)
->PartialMatch (clj)
Expand (clj)
Match (clj)
PartialMatch (clj)
Router (clj)
compiled-routes (clj)
expand (clj)
linear-router (clj) Creates a linear-router from resolved routes and optional expanded options.
lookup-router (clj) Creates a lookup-router from resolved routes and optional expanded options.
map->Match (clj)
map->PartialMatch (clj)
match->path (clj)
match-by-name (clj)
match-by-name! (clj)
match-by-path (clj)
mixed-router (clj) Creates two routers: [[lookup-router]] or [[single-static-path-router]] for static routes and [[segment-router]] for wildcard routes.
options (clj)
partial-match? (clj)
quarantine-router (clj) Creates two routers: [[mixed-router]] for non-conflicting routes and [[linear-router]] for conflicting routes.
route-names (clj)
router (clj) Create a [[Router]] from raw route data and optionally an options map.
router-name (clj)
router? (clj)
routes (clj)
single-static-path-router (clj) Creates a fast router of 1 static route(s) and optional expanded options.
trie-router (clj) Creates a special prefix-tree router from resolved routes and optional expanded options.