Liking cljdoc? Tell your friends :D

slipway.servlet


get-client-certclj

(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
raw docstring

get-contextclj

(get-context req)

get-headersclj

(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
raw docstring

RequestMapDecodercljprotocol

build-request-mapclj

(build-request-map r)

send-errorclj

(send-error response code message)

update-servlet-responseclj

(update-servlet-response response response-map)

updgrade-servlet-request-mapclj

(updgrade-servlet-request-map request)

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

× close