Add an `sni_hostname` request extension.
tomchristie opened this issue · 0 comments
tomchristie commented
Add a request extension called "sni_hostname"
, which may be used to control the hostname used when initiating an SSL connection.
This would be an optional override, instead of using the hostname from the URL...
httpcore/httpcore/_async/connection.py
Lines 135 to 142 in 5f2e454