Functions commandeered from ring.util.response and slightly modified, if need be, to fit clj-http responses
Functions commandeered from ring.util.response and slightly modified, if need be, to fit clj-http responses
(find-header resp header-name)
(get-header resp header-name)
(set-cookie resp name value & [opts])
Sets a cookie on the response. Requires the handler to be wrapped in the wrap-cookies middleware.
Sets a cookie on the response. Requires the handler to be wrapped in the wrap-cookies middleware.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close