Skip to main content

GatewayMiddlewareFuture

Type Alias GatewayMiddlewareFuture 

Source
pub type GatewayMiddlewareFuture = LocalBoxFuture<'static, HttpResponse>;
Expand description

The boxed future returned by application-defined upstream middleware.

Aliased Typeยง

pub struct GatewayMiddlewareFuture { /* private fields */ }