mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-28 02:49:02 +02:00
re-arrange modules and exports
This commit is contained in:
@ -8,7 +8,7 @@ use std::net::SocketAddr;
|
||||
use std::collections::VecDeque;
|
||||
|
||||
use actix::Arbiter;
|
||||
use http::request::Parts;
|
||||
use modhttp::request::Parts;
|
||||
use http2::{Reason, RecvStream};
|
||||
use http2::server::{self, Connection, Handshake, SendResponse};
|
||||
use bytes::{Buf, Bytes};
|
||||
|
Reference in New Issue
Block a user