Liking cljdoc? Tell your friends :D
Clojure only.

hiccup.middleware

Ring middleware functions for Hiccup.

Ring middleware functions for Hiccup.
raw docstring

wrap-base-urlclj

(wrap-base-url handler & [base-url])

Ring middleware that wraps the handler in the with-base-url function. The base URL may be specified as an argument. Otherwise, the :context key on the request map is used.

Ring middleware that wraps the handler in the with-base-url function. The
base URL may be specified as an argument. Otherwise, the :context key on the
request map is used.
sourceraw docstring

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

× close