-
Notifications
You must be signed in to change notification settings - Fork 29
readme example problem #42
Open
Description
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
Activity
Metadata
Metadata
Assignees
Labels
No labels