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