httpsd 0.1.0

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.
Documentation
1
2
3
4
5
6
7
//! Networking helpers that sit beside the protocol engines: the g-dns redirect
//! scheme and (for ACME) ClientHello inspection.

pub mod gdns;

#[cfg(feature = "acme")]
pub mod clienthello;