Module server

Module server 

Source
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