ResponseBodyString

Type Alias ResponseBodyString 

Source
pub type ResponseBodyString = String;
Expand description

An alias for String, representing the body of the HTTP response as a UTF-8 string.

Aliased Typeยง

pub struct ResponseBodyString { /* private fields */ }