rust-web-server 16.1.0

Collection of utility functions used to build Rust Web and TLS Server. Can be useful while developing HTTP related functionality
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>There's a good article on <a href="https://www.ibm.com/docs/en/ibm-mq/8.0?topic=flows-example-sending-file-using-http-request">sending file</a> over HTTP.</p>

    <p><b>Work In Progress</b></p>

</body>
</html>