Skip to main content

ResponseData

Type Alias ResponseData 

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

Raw bytes of the full serialized HTTP response.

Aliased Typeยง

pub struct ResponseData { /* private fields */ }