Type Alias RequestBody

Source
pub type RequestBody = Vec<u8>;
Expand description

The raw binary body of the request.

Aliased Typeยง

pub struct RequestBody { /* private fields */ }