Type Alias ResponseData

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

The full serialized binary content of the HTTP response.

Aliased Typeยง

pub struct ResponseData { /* private fields */ }