fn format_http_get(buffer: &mut [u8], path: &str, host: &str) -> Option<usize>
Format an HTTP GET request into a static buffer. Returns the number of bytes written, or None if buffer too small.