RequestBody

Type Alias RequestBody 

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

An alias for Vec<u8>, representing the raw binary body of the request.

Aliased Typeยง

pub struct RequestBody { /* private fields */ }