Liking cljdoc? Tell your friends :D
Clojure only.

http.async.client.util

Asynchronous HTTP Client - Clojure - Utils

Asynchronous HTTP Client - Clojure - Utils
raw docstring

set-proxyclj

(set-proxy {:keys [protocol host port user password]} b)

Sets proxy on builder. Note that in v1.0.0 you must also set a realm to enable HTTPS traffic via the proxy.

Sets proxy on builder.
Note that in v1.0.0 you must also set a realm to enable HTTPS
traffic via the proxy.
raw docstring

set-realmclj

(set-realm {:keys [type user password realm preemptive] :or {type :basic}} b)

Sets realm on builder. Note that in v.1.0.0 you must set a realm to enable HTTPS traffic via the proxy.

Sets realm on builder.
Note that in v.1.0.0 you must set a realm to enable HTTPS traffic
via the proxy.
raw docstring

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

× close