risingwave_connector::schema::schema_registry::util

Function req_inner

source
pub(crate) async fn req_inner<T>(
    ctx: Arc<SchemaRegistryCtx>,
    url: Url,
    method: Method,
) -> Result<T, RequestError>
where T: DeserializeOwned + Send + Sync + 'static,