pub type GatewayRequest = Request<Vec<u8>>;Expand description
A generic HTTP request body for the gateway.
The gateway currently buffers the request body into Vec<u8> to support
multiple reads during transcoding or inspection.
Aliased Typeยง
pub struct GatewayRequest { /* private fields */ }