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,