mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-27 07:25:54 +02:00
use actix_rt::test for test setup
This commit is contained in:
@@ -7,7 +7,7 @@ use std::task::{Context, Poll};
|
||||
|
||||
use actix_codec::{AsyncRead, AsyncWrite};
|
||||
use actix_server_config::IoStream;
|
||||
use bytes::{Buf, Bytes, BytesMut};
|
||||
use bytes::{Bytes, BytesMut};
|
||||
use http::header::{self, HeaderName, HeaderValue};
|
||||
use http::{HttpTryFrom, Method, Uri, Version};
|
||||
use percent_encoding::percent_encode;
|
||||
|
Reference in New Issue
Block a user