mirror of
https://github.com/fafhrd91/actix-net
synced 2025-06-28 09:50:36 +02:00
refactor Connect type and add tests
This commit is contained in:
@ -35,6 +35,7 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"]
|
||||
[dependencies]
|
||||
actix-rt = "0.2.1"
|
||||
actix-server = "0.4.0"
|
||||
actix-server-config = "0.1.0"
|
||||
|
||||
log = "0.4"
|
||||
net2 = "0.2"
|
||||
|
@ -4,6 +4,7 @@ use std::{net, thread};
|
||||
|
||||
use actix_rt::{Runtime, System};
|
||||
use actix_server::{Server, StreamServiceFactory};
|
||||
pub use actix_server_config::{Io, ServerConfig};
|
||||
|
||||
use futures::Future;
|
||||
use net2::TcpBuilder;
|
||||
|
Reference in New Issue
Block a user