fetch 0.7.2

Fetch web pages easily (supports compression and non UTF-8 encodings)
1
2
3
4
#[test]
fn fetch_deflate_compressed_page() {
    fetch_page("http://httpbin.org/deflate").expect("Fetch to succeed");
}