mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Accept Brotli-compressed HTTP responses #8156
This commit is contained in:
parent
959ae86bd0
commit
468eaac096
11 changed files with 97 additions and 9 deletions
|
@ -17,6 +17,7 @@ extern crate cookie as cookie_rs;
|
|||
extern crate devtools_traits;
|
||||
extern crate euclid;
|
||||
extern crate flate2;
|
||||
extern crate brotli;
|
||||
extern crate hyper;
|
||||
extern crate ipc_channel;
|
||||
extern crate net_traits;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue