This commit is contained in:
Nikolay Kim 2025-03-16 12:21:25 +01:00
parent b23fd53ad3
commit 2fda87ed02

View file

@ -5,13 +5,12 @@ use std::sync::Arc;
use coo_kie::Cookie;
use flate2::{read::GzDecoder, write::GzEncoder, write::ZlibEncoder, Compression};
use futures_util::stream::once;
use rand::Rng;
use ntex::http::client::error::{JsonPayloadError, SendRequestError};
use ntex::http::client::error::SendRequestError;
use ntex::http::client::{Client, Connector};
use ntex::http::test::server as test_server;
use ntex::http::{header, HttpMessage, HttpService, Method};
use ntex::http::{header, HttpMessage, HttpService};
use ntex::service::{chain_factory, map_config};
use ntex::web::dev::AppConfig;
use ntex::web::middleware::Compress;