pub async fn proxy(
gateway: Data<GatewayProxy>,
request: HttpRequest,
payload: Payload,
) -> HttpResponseExpand description
Actix handler for mounting a GatewayProxy stored in web::Data.
pub async fn proxy(
gateway: Data<GatewayProxy>,
request: HttpRequest,
payload: Payload,
) -> HttpResponseActix handler for mounting a GatewayProxy stored in web::Data.