pub type ResponseReasonPhrase = String;
The reason phrase associated with the HTTP status code (e.g., “OK”, “Not Found”).
pub struct ResponseReasonPhrase { /* private fields */ }