pub async fn proxy_middleware( __arg0: State<AppState>, req: Request<Body>, next: Next, ) -> impl IntoResponse
Proxy middleware for forwarding requests to a target service