ResponseData

Type Alias ResponseData 

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

An alias for Vec<u8>, representing the full serialized binary content of the HTTP response.

Aliased Typeยง

pub struct ResponseData { /* private fields */ }