fn parse_status_code(status_line: &str) -> Option<u16>
Parse the HTTP status code from a status line like “HTTP/1.1 200 OK”.