mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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
|
@ -16,6 +16,9 @@ path = "../util"
|
|||
[dependencies.devtools_traits]
|
||||
path = "../devtools_traits"
|
||||
|
||||
[dependencies.brotli]
|
||||
git = "https://github.com/ende76/brotli-rs"
|
||||
|
||||
[dependencies.plugins]
|
||||
path = "../plugins"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue