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