Liking cljdoc? Tell your friends :D
Clojure only.

ring.middleware.lint

Middleware that checks Ring requests and responses for correctness.

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

wrap-lintclj

(wrap-lint handler)

Wrap a handler to validate incoming requests and outgoing responses according to the current Ring specification. An exception is raised if either the request or response is invalid.

Wrap a handler to validate incoming requests and outgoing responses
according to the current Ring specification. An exception is raised if either
the request or response is invalid.
sourceraw docstring

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

× close