quinn
quinn copied to clipboard
Access Client Hello before accepting connection
I need to access the rustls::server::ClientHello or at least the content of server_name() before choosing a rustls config. alpn() would also be very useful. Could this be exposed via Incoming or is that too early?