Type Alias ResponseBodyString

Source
pub type ResponseBodyString = String;
Expand description

The body of the HTTP response represented as a UTF-8 string.

Aliased Typeยง

pub struct ResponseBodyString { /* private fields */ }