(get-client-cert request)
Returns the SSL client certificate of the request, if one exists. ring.util.servlet/get-client-cert is -private, so we copy here
Returns the SSL client certificate of the request, if one exists. ring.util.servlet/get-client-cert is -private, so we copy here
(get-headers request)
Creates a name/value map of all the request headers. ring.util.servlet/get-headers is -private, so we copy here
Creates a name/value map of all the request headers. ring.util.servlet/get-headers is -private, so we copy here
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close