proxy_middleware

Function proxy_middleware 

Source
pub async fn proxy_middleware(
    __arg0: State<AppState>,
    req: Request<Body>,
    next: Next,
) -> impl IntoResponse
Expand description

Proxy middleware for forwarding requests to a target service