pub async fn new<C, O>(
conn: C,
) -> Result<(Connection<C, Bytes>, SendRequest<O, Bytes>), ConnectionError>where
C: Connection<Bytes, OpenStreams = O>,
O: OpenStreams<Bytes>,Expand description
Create a new HTTP/3 client with default settings