Static file web server and HTTP toolkit written in Rust. Supports HTTP/3, HTTP/2, and HTTP/1.1. HTTP/3 and HTTP/2 require a TLS certificate; without one the server falls back to plain HTTP/1.1 automatically.
<!DOCTYPEhtml><html><head><linkrel="stylesheet"href="/style.css"><linkrel="icon"href="/favicon.svg"><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"></head><body><divclass="container"><h1>Not Found</h1><div>Resource you asked is not available on the server.
Check the URL for correctness and retry.
</div></div></body></html>