Currently, the rustls::ServerName value passed to rustls for SNI is always based on the hostname of the URI. However, sometimes it is necessary to override the SNI for specific requests, for example when performing matrix federation well-known lookups. A mechanism for controlling what SNI to use would be very useful.