Liking cljdoc? Tell your friends :D
Clojure only.

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

handle-dumpclj

(handle-dump request)
(handle-dump request respond raise)

Returns a HTML response that shows the information in the request map. Also prints the request map to STDOUT.

Returns a HTML response that shows the information in the request map.
Also prints the request map to STDOUT.
sourceraw docstring

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

× close