mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
Added support for specifying compression in tests
Refactored tests code to allow to specify compression (content-encoding) algorithm. Added tests to verify what actix actually handle different content encodings properly.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2038,6 +2038,7 @@ name = "meilisearch-http"
|
||||
version = "0.29.1"
|
||||
dependencies = [
|
||||
"actix-cors",
|
||||
"actix-http",
|
||||
"actix-rt",
|
||||
"actix-web",
|
||||
"actix-web-static-files",
|
||||
@ -2045,6 +2046,7 @@ dependencies = [
|
||||
"assert-json-diff",
|
||||
"async-stream",
|
||||
"async-trait",
|
||||
"brotli",
|
||||
"bstr 1.0.1",
|
||||
"byte-unit",
|
||||
"bytes",
|
||||
|
Reference in New Issue
Block a user