pub type RequestBody = Vec<u8>;
An alias for Vec<u8>, representing the raw binary body of the request.
Vec<u8>
pub struct RequestBody { /* private fields */ }