pub fn parse_http_request(raw: &str) -> Option<(&str, &str, &str)>
Parse a minimal HTTP request: returns (method, path, body).