meilisearch/meilisearch-http
bors[bot] 8638c9ab77
Merge #232
232: Fix payload size limit r=MarinPostma a=MarinPostma

Fix #223

This was due to the fact that Payload ignores the limit payload size limit. I fixed it by implementing my own `Payload` extractor that checks that the size of the payload is not too large.

I also refactored the `create_app` a bit.

Co-authored-by: marin postma <postma.marin@protonmail.com>
2021-06-23 16:06:08 +00:00
..
src Merge #232 2021-06-23 16:06:08 +00:00
tests add tests 2021-06-23 16:21:32 +02:00
build.rs clippy, fmt & tests 2021-05-31 16:03:39 +02:00
Cargo.toml Update version for alpha 6 2021-06-22 18:40:51 +02:00