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
sourceraw docstring

get-contextclj

(get-context req)
source

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
sourceraw docstring

RequestMapDecodercljprotocol

build-request-mapclj

(build-request-map r)
source

send-errorclj

(send-error response code message)
source

update-servlet-responseclj

(update-servlet-response response response-map)
source

updgrade-servlet-request-mapclj

(updgrade-servlet-request-map request)
source

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

× close