When comparing a reference implementation of an API integration in Java for porting it to Clojure and using hato, there are some settings that cannot be set through the ->SSLContext function, namely the TLS version (defaults to "TLS" in hato, I would like to be able to set it to "TLSv1.2" in this particular case).
Would it be welcome to add an optional key named :protocol in the hato.client/->SSLContext function - and specify that is optional key means the version of the TLS-protocol the documentation, defaults to "TLS"?
When comparing a reference implementation of an API integration in Java for porting it to Clojure and using hato, there are some settings that cannot be set through the
->SSLContextfunction, namely the TLS version (defaults to"TLS"in hato, I would like to be able to set it to"TLSv1.2"in this particular case).Would it be welcome to add an optional key named
:protocolin thehato.client/->SSLContextfunction - and specify that is optional key means the version of the TLS-protocol the documentation, defaults to"TLS"?