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