mirror of
https://github.com/fafhrd91/actix-web
synced 2025-09-02 01:31:57 +02:00
add HttpServer::register() function, allows to register services in actix net server
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#[cfg(any(feature = "alpn", feature = "ssl"))]
|
||||
mod openssl;
|
||||
#[cfg(any(feature = "alpn", feature = "ssl"))]
|
||||
pub use self::openssl::*;
|
||||
pub use self::openssl::{openssl_acceptor_with_flags, OpensslAcceptor};
|
||||
|
||||
#[cfg(feature = "tls")]
|
||||
mod nativetls;
|
||||
|
Reference in New Issue
Block a user