mirror of
https://github.com/fafhrd91/actix-net
synced 2025-08-22 23:35:07 +02:00
refactor server configuration and tls support
This commit is contained in:
@@ -8,11 +8,8 @@ mod server;
|
||||
mod service;
|
||||
mod signals;
|
||||
mod socket;
|
||||
pub mod ssl;
|
||||
mod worker;
|
||||
|
||||
pub use actix_server_config::{Io, IoStream, Protocol, ServerConfig};
|
||||
|
||||
pub use self::builder::ServerBuilder;
|
||||
pub use self::config::{ServiceConfig, ServiceRuntime};
|
||||
pub use self::server::Server;
|
||||
|
Reference in New Issue
Block a user