clj-commons / aleph

Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP
http://aleph.io
MIT License
2.54k stars 241 forks source link

Hide application protocol config from users with `http-versions` #696

Closed KingMob closed 11 months ago

KingMob commented 1 year ago

The only useful setting is the vector of protocols for ALPN to use, so this will hide ALPN config entirely (maybe available, but undocumented), which should prevent the need to reconcile http-versions and the ALPN config.