(make-handler route)
(make-handler route handler-fn)
Create a Ring handler from the route definition data structure. Matches a handler from the uri in the request, and invokes it with the request as a parameter.
Create a Ring handler from the route definition data structure. Matches a handler from the uri in the request, and invokes it with the request as a parameter.
(request _ req match-context)
Handle a Ring request, but optionally utilize any context that was collected in the process of matching the handler.
Handle a Ring request, but optionally utilize any context that was collected in the process of matching the handler.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close