pub type ResponseBodyString = String;
An alias for String, representing the body of the HTTP response as a UTF-8 string.
String
pub struct ResponseBodyString { /* private fields */ }