1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 17:07:01 +02:00

expose ServerMessage service

This commit is contained in:
Nikolay Kim
2018-09-26 20:40:45 -07:00
parent 13c66a2ac4
commit ba57e67a74
5 changed files with 217 additions and 114 deletions

View File

@@ -8,7 +8,7 @@ mod services;
mod worker;
pub use self::server::Server;
pub use self::services::ServerServiceFactory;
pub use self::services::{ServerMessage, ServiceFactory, StreamServiceFactory};
/// Pause accepting incoming connections
///