Skip to main content

proxy

Function proxy 

Source
pub async fn proxy(
    gateway: Data<GatewayProxy>,
    request: HttpRequest,
    payload: Payload,
) -> HttpResponse
Expand description

Actix handler for mounting a GatewayProxy stored in web::Data.