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, and server orchestration.

Re-exports§

pub use dynamic_tls::DynamicTlsHandler;
pub use service::WebServerService;

Modules§

dynamic_tls
service