pub fn status_text(code: u16) -> &'static str
Return the canonical reason phrase for a status code, or "" if unknown. Mirrors Go’s http.StatusText.
""
http.StatusText