Provides an SNI-capable SSL configurer and client, Ref. #335.
In a separate namespace from org.httpkit.client
so that
http-kit can retain backwards-compatibility with JVM < 8.
Provides an SNI-capable SSL configurer and client, Ref. #335. In a separate namespace from `org.httpkit.client` so that http-kit can retain backwards-compatibility with JVM < 8.
Like org.httpkit.client/default-client
, but provides SNI support using ssl-configurer
Like `org.httpkit.client/default-client`, but provides SNI support using `ssl-configurer`
(ssl-configurer ssl-engine uri)
SNI-capable SSL configurer.
May be used as an argument to org.httpkit.client/make-client
:
(make-client :ssl-configurer (ssl-configurer))
SNI-capable SSL configurer. May be used as an argument to `org.httpkit.client/make-client`: (make-client :ssl-configurer (ssl-configurer))
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close