humphrey_server 0.6.1

A Performance-Focused, Dependency-Free Web Server.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Configuration test case with comma-separated routes

server {
    address    "0.0.0.0"
    port       80
    threads    32

    route /example/*, /test/* {
        directory "/var/www"
    }
}