meilisearch/meilisearch-http/src
bors[bot] fc5a7e376c
Merge #2876
2876: Full support for compressed (Gzip, Brotli, Zlib) API requests r=Kerollmops a=mou

# Pull Request

## Related issue
Fixes #2802 

## What does this PR do?
- Adds missed content-encoding support for streamed requests (documents)
- Adds additional tests to validate content-encoding support is in place
- Adds new tests to validate content-encoding support for previously existing code (built-in actix functionality for unmarshaling JSON payloads)

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!

Co-authored-by: Andrey "MOU" Larionov <anlarionov@gmail.com>
2022-10-13 15:32:21 +00:00
..
analytics Fix segment_analytics default_http_addr import 2022-10-06 22:42:20 -04:00
extractors Added support for encoded payload 2022-10-09 22:09:30 +02:00
routes fix: add handle dumpCreation query on tasks request 2022-10-11 19:36:04 +05:45
error.rs Add a new meilisearch_types crate 2022-06-09 16:14:13 +02:00
lib.rs move prometheus behind a feature flag 2022-08-29 14:36:59 +02:00
main.rs Add quotes around file name and change error message 2022-09-22 09:44:28 +02:00
metrics.rs cargo fmt 2022-08-23 17:17:02 +02:00
option.rs Merge #2861 2022-10-07 19:49:39 +00:00
route_metrics.rs move prometheus behind a feature flag 2022-08-29 14:36:59 +02:00
task.rs Rename receivedDocumentIds into matchedDocuments 2022-10-01 21:59:20 +02:00