httpsd 0.1.1

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

httpsd

There is currently very little information to present on this page because Docs.rs has only limited support for extracting structured feature metadata from Cargo crates. This issue is tracked in Rust RFC #3416. Check this library's main docs, readme, and Cargo.toml in case its authors have documentation for features available there instead.

This version has 13 feature flags, 10 of them enabled by default.

default

cli (default)

compress (default)

h2 (default)

h3 (default)

router (default)

This feature flag does not enable additional features.

rt-threadpool (default)

This feature flag does not enable additional features.

tls (default)

acme (default)

config (default)

privdrop (default)

http

rt-mio

rt-tokio