Closes #2587 Adding HTTP compression capability

This commit is contained in:
Matt McCoy 2015-03-20 22:52:34 -04:00
parent 3294778b37
commit 818f1c5748
7 changed files with 110 additions and 26 deletions

View file

@ -20,6 +20,7 @@
extern crate "cookie" as cookie_rs;
extern crate collections;
extern crate flate2;
extern crate geom;
extern crate hyper;
extern crate png;