Function web_transport_quinn::connect_with

source ยท
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.