mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
remove http and uses actix_web::http instead
This commit is contained in:
parent
cd46ebd6b5
commit
4aa7d386d8
7 changed files with 6 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
|||
use actix_web::http::header::ContentType;
|
||||
use actix_web::http::header::{ContentType, ACCEPT_ENCODING};
|
||||
use actix_web::test;
|
||||
use http::header::ACCEPT_ENCODING;
|
||||
use meili_snap::{json_string, snapshot};
|
||||
use meilisearch::Opt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue