Expand description
Core functionality for BWS Web Server
This module contains the foundational types, error handling, and utilities used throughout the application.
Re-exports§
pub use error::BwsError;pub use error::BwsResult;pub use error::ErrorContext;pub use types::constants;pub use types::CacheControl;pub use types::CompressionAlgorithm;pub use types::HealthStatus;pub use types::HttpMethod;pub use types::LoadBalancingStrategy;pub use types::Priority;pub use types::RateLimit;pub use types::SecurityHeaders;pub use types::SslMode;pub use utils::fs;pub use utils::net;pub use utils::string;pub use utils::time;