Skip to main content

handle_cluster_proxy_inner

Function handle_cluster_proxy_inner 

Source
async fn handle_cluster_proxy_inner(
    cluster_id: String,
    replica_id: String,
    process: usize,
    path: &str,
    config: Extension<Arc<ClusterProxyConfig>>,
    req: Request<Body>,
) -> Result<Response, (StatusCode, String)>