Type Alias spacegate_plugin::SgRequest

source ·
pub type SgRequest = Request<SgBody>;
Expand description

Alias for a request with a boxed body.

Aliased Type§

struct SgRequest { /* private fields */ }