MeiliSearch/meilisearch-http/src
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
..
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 api keys bugs (#2734) 2022-09-06 15:13:09 +02:00
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