Public Vars

Back

wrap-lint (clj)

(source)

function

(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.

Examples