Support Deflate decoding (#1250)
This commit is contained in:
@@ -49,6 +49,8 @@ gzip = ["async-compression", "async-compression/gzip", "tokio-util"]
|
||||
|
||||
brotli = ["async-compression", "async-compression/brotli", "tokio-util"]
|
||||
|
||||
deflate = ["async-compression", "async-compression/deflate", "tokio-util"]
|
||||
|
||||
json = ["serde_json"]
|
||||
|
||||
multipart = ["mime_guess"]
|
||||
@@ -216,6 +218,11 @@ name = "brotli"
|
||||
path = "tests/brotli.rs"
|
||||
required-features = ["brotli"]
|
||||
|
||||
[[test]]
|
||||
name = "deflate"
|
||||
path = "tests/deflate.rs"
|
||||
required-features = ["deflate"]
|
||||
|
||||
[[test]]
|
||||
name = "multipart"
|
||||
path = "tests/multipart.rs"
|
||||
|
||||
Reference in New Issue
Block a user