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

httpsd

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

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

default

cli (default)

compress (default)

h2 (default)

h3 (default)

rt-threadpool (default)

This feature flag does not enable additional features.

tls (default)

config (default)

acme

rt-mio

rt-tokio