mirror of
https://github.com/servo/servo.git
synced 2025-07-22 06:43:40 +01:00
Closes #2587 Adding HTTP compression capability
This commit is contained in:
parent
3294778b37
commit
818f1c5748
7 changed files with 110 additions and 26 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue