mirror of https://github.com/fafhrd91/actix-web
re-export actix_web::server::Server
This commit is contained in:
parent
1ef0eed0bd
commit
174da3e7c5
|
@ -107,7 +107,7 @@ use futures::{Async, Poll};
|
||||||
use tokio_io::{AsyncRead, AsyncWrite};
|
use tokio_io::{AsyncRead, AsyncWrite};
|
||||||
use tokio_tcp::TcpStream;
|
use tokio_tcp::TcpStream;
|
||||||
|
|
||||||
pub use actix_net::server::{PauseServer, ResumeServer, StopServer};
|
pub use actix_net::server::{PauseServer, ResumeServer, StopServer, Server};
|
||||||
|
|
||||||
pub(crate) mod acceptor;
|
pub(crate) mod acceptor;
|
||||||
pub(crate) mod builder;
|
pub(crate) mod builder;
|
||||||
|
|
Loading…
Reference in New Issue