Skip to main content

GatewayResponse

Type Alias GatewayResponse 

Source
pub type GatewayResponse = Response<BoxBody>;
Expand description

A generic HTTP response body for the gateway.

Aliased Typeยง

pub struct GatewayResponse { /* private fields */ }