(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-context req)
(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
(build-request-map r)
(send-error response code message)
(update-servlet-response response response-map)
(updgrade-servlet-request-map request)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close