``` for header in response.headers.iter() { println!("{}: {}", str::from_utf8(header.name()).unwrap(), str::from_utf8(header.value()).unwrap()); } ``` this block from the readme example wont execute
this block from the readme example wont execute