//! Unified HTTP server entry points
//!//! Consolidates run(), run_with_bind(), WebService from web_service/server.rs
//! Eliminates the proxy pattern by using unified AppState
modentrypoints;modlisteners;modweb_service;pubuseentrypoints::{run, run_with_bind, run_with_bind_and_static};pubuseweb_service::WebService;#[cfg(test)]modtests;