1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-08-23 23:25:13 +02:00

Remove ServerBuilder::configure (#349)

This commit is contained in:
fakeshadow
2021-04-27 15:58:02 -07:00
committed by GitHub
parent 613b2be51f
commit 8ad5f58d38
7 changed files with 13 additions and 460 deletions

View File

@@ -6,7 +6,6 @@
mod accept;
mod builder;
mod config;
mod server;
mod service;
mod signals;
@@ -16,7 +15,6 @@ mod waker_queue;
mod worker;
pub use self::builder::ServerBuilder;
pub use self::config::{ServiceConfig, ServiceRuntime};
pub use self::server::Server;
pub use self::service::ServiceFactory;
pub use self::test_server::TestServer;