treemux 0.8.5

A high performance HTTP request router that scales well.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>

<html lang="en">
<head>
  <meta charset="utf-8">

  <title>Treemux Static File</title>
  <meta name="description" content="Treemux Serve Static Files">
  <meta name="author" content="Treemux">
</head>

<body>
  <h1>Treemux</h1>
  <p>Serves static files</p>
  <p><a href="/about.html">About</a>
</body>
</html>