Liking cljdoc? Tell your friends :D

com.timezynk.useful.rest.middleware


rngclj


SLOW_LOG_LIMITclj


wrap-corsclj

(wrap-cors handler)

wrap-developmentclj

(wrap-development handler)

Useful middleware for development-only operations:

  • reloads modified namespaces before passing the request
  • logs uncaught exceptions to err
  • returns HTML representation of the stacktrace as response
Useful middleware for development-only operations:
* reloads modified namespaces before passing the request
* logs uncaught exceptions to *err*
* returns HTML representation of the stacktrace as response
raw docstring

wrap-exceptionsclj

(wrap-exceptions handler)

wrap-nocacheclj

(wrap-nocache handler)

wrap-performance-alertclj

(wrap-performance-alert handler)

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

× close