create_http3

Function create_http3 

Source
pub async fn create_http3(
    configuration: &mut Configuration,
    params: CreateHttp3Params,
) -> Result<Http3, Error<CreateHttp3Error>>
Expand description

Enable HTTP/3 (QUIC) support for a particular service and version.