Liking cljdoc? Tell your friends :D

bidi.ring


archiveclj

(archive options)
source

filesclj

(files options)
source

make-handlerclj

(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.
sourceraw docstring

redirectclj

(redirect target)
source

redirect-after-postclj

(redirect-after-post target)
source

resourcesclj

(resources options)
source

resources-maybeclj

(resources-maybe options)
source

Ringcljprotocol

requestclj

(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.
source

wrap-middlewareclj

(wrap-middleware matched middleware)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close