(context-factory {:slipway.connector.https/keys
[keystore keystore-type keystore-password client-auth
key-manager-password truststore truststore-password
truststore-type include-protocols security-provider
exclude-ciphers replace-exclude-ciphers? exclude-protocols
replace-exclude-protocols? ssl-context]})
(default-config {:slipway.connector.https/keys
[port http-forwarded? sni-required? sni-host-check?
sts-max-age sts-include-subdomains? send-server-version?
send-date-header?]
:or {sni-required? false
sni-host-check? false
sts-max-age -1
sts-include-subdomains? false
send-server-version? false
send-date-header? false}})
(proxied-connector server
http-factory
{:slipway.connector.https/keys [host port http-forwarded?]
:as opts})
(standard-connector server
http-factory
{:slipway.connector.https/keys [host port http-forwarded?]
:as opts})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close