pub(super) async fn build_backend(
config: &ClientConfig,
task_group: Arc<TaskGroup>,
) -> Result<ClientBackend>Expand description
Build the HTTP backend, optionally with HTTP/3 support.
pub(super) async fn build_backend(
config: &ClientConfig,
task_group: Arc<TaskGroup>,
) -> Result<ClientBackend>Build the HTTP backend, optionally with HTTP/3 support.