pub type ResponseBody = Vec<u8>;
Raw response body bytes (alias for Vec<u8> to match http-type).
Vec<u8>
http-type
pub struct ResponseBody { /* private fields */ }