pub async fn connect_with(
conn: Connection,
url: &Url,
) -> Result<Session, ClientError>
Expand description
Connect using an established QUIC connection if you want to create the connection yourself. This will only work with a brand new QUIC connection using the HTTP/3 ALPN.