Liking cljdoc? Tell your friends :D

janus.ring

Identify routes from Ring-compatible requests and dispatch to Ring-compatible handlers

Identify routes from Ring-compatible requests and dispatch to Ring-compatible handlers
raw docstring

exception-handlercljmultimethod

Handle exceptions that don't allow routing to execute

Handle exceptions that don't allow routing to execute
sourceraw docstring

make-dispatcherclj

(make-dispatcher)
(make-dispatcher dispatch-table)
source

not-foundclj

(not-found _)
(not-found _ respond _)
source

not-implementedclj

(not-implemented _)
(not-implemented _ respond _)
source

wrap-identifyclj

(wrap-identify handler router)
(wrap-identify handler router exception-handler)

Create Ring middleware to identify the route of a request based on :path-info or :uri

Create Ring middleware to identify the route of a request based on `:path-info` or `:uri`
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close