MeiliSearch/meilisearch-http
Andrey "MOU" Larionov 9dbc71cb6d
Added support for encoded payload
Actix provides different content encodings out of the box, but only if we use built-in content wrappers and containers. This patch wraps its own Payload implementation with an actix decoder, which enables request compression support.
2022-10-09 22:09:30 +02:00
..
src Added support for encoded payload 2022-10-09 22:09:30 +02:00
tests Added support for encoded payload 2022-10-09 22:09:30 +02:00
build.rs chore(all): update actix-web dependency to 4.0.0-beta.21 2022-01-21 20:44:17 +00:00
Cargo.toml Added support for specifying compression in tests 2022-10-09 22:09:29 +02:00