highnoon 0.0.9

minimal web server framework inspired by tide, but built on hyper
Documentation
1
2
3
4
5
6
7
8
9
<!DOCTYPE html5>
<html>
    <head>
        <title>Highnoon test</title>
    </head>
    <body>
        <h1>Highnoon test</h1>
    </body>
</html>