A pure-Rust HTTP/HTTPS server — usable as a sans-I/O library with pluggable runtimes (thread pool, tokio, mio) or as a CLI that serves a directory or a TOML config.
//! Networking helpers that sit beside the protocol engines: the g-dns redirect
//! scheme and (for ACME) ClientHello inspection.
pubmodgdns;#[cfg(feature ="acme")]pubmodclienthello;