ResponseBody

Type Alias ResponseBody 

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

An alias for Vec<u8>, representing the binary body of the HTTP response.

Aliased Typeยง

pub struct ResponseBody { /* private fields */ }