aitch 0.1.1

A HTTP server toolkit, loosely based on Go's net/http.
Documentation
1
2
3
4
5
6
7
8
9
10
11
<html>

<head>
    <title>aitch static files example</title>
</head>

<body>
    Hello from aitch's static files example.
</body>

</html>