//! TCP, DNS, pure-Rust TLS 1.3, HTTP/1.1, HTTP/2. pub mod client; pub mod dns; pub mod http; pub mod tcp; pub mod tls;