rust-web-server 17.43.0

An HTTP web framework, reverse proxy, and server for Rust supporting HTTP/1.1, HTTP/2, and HTTP/3. Config-driven proxy mode (rws.config.toml with [[route]] / [[upstream]]) or library crate. No third-party HTTP dependencies.
Documentation
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>File</title>
    <link rel="stylesheet" href="/static/style.css">
    <style>
        label {
            display: block;
        }

        label, button, h4, p {
            margin: 2em 2em 0 2em;
        }
    </style>
</head>
<body>
    <p><a href="/"><< Back to main</a></p>

    <p>Index html test</p>

</body>
</html>