Liking cljdoc? Tell your friends :D

ring.handler.dump

A handler that displays the received request map.

This is useful for debugging new adapters.

A handler that displays the received request map.

This is useful for debugging new adapters.
raw docstring

ring.middleware.lint

Middleware that checks Ring requests and responses for correctness.

Middleware that checks Ring requests and responses for correctness.
raw docstring

ring.middleware.reload

Middleware that reloads modified namespaces on each request.

This middleware should be limited to use in development environments.

Middleware that reloads modified namespaces on each request.

This middleware should be limited to use in development environments.
raw docstring

ring.middleware.stacktrace

Middleware that catches exceptions thrown by the handler, and reports the error and stacktrace via a webpage and STDERR log.

This middleware is for debugging purposes, and should be limited to development environments.

Middleware that catches exceptions thrown by the handler, and reports the
error and stacktrace via a webpage and STDERR log.

This middleware is for debugging purposes, and should be limited to
development environments.
raw docstring

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

× close