Expand description
Server infrastructure for BWS Web Server
This module contains the core server components including the main service, dynamic TLS handling, server orchestration, and the secure management API service.
Re-exports§
pub use config_reload::ConfigReloadService;pub use dynamic_tls::DynamicTlsHandler;pub use management_api::ManagementApiService;pub use reload_trait::ConfigReloadable;pub use service::WebServerService;
Modules§
- config_
reload - dynamic_
tls - management_
api - Management API Service for BWS Web Server
- reload_
trait - service