(attach-path-regex ctx)
(ensure-unique-route-names routes)
(finalize ctx)
(make-parse-context opts row route)
(parse-constraints {:keys [constraints path-params] :as ctx})
(parse-handlers ctx)
(parse-path ctx)
(parse-route-name {:keys [route-name interceptors last-handler] :as ctx})
(parse-verb ctx)
(route-name route)
(route-table-row opts row route)
(table-routes routes)
(table-routes opts routes)
(take-next-pair argname expected-pred expected-str ctx)
cljdoc is a website building & hosting documentation for Clojure/Script libraries