trillium-http 1.1.0

the http implementation for the trillium toolkit
Documentation
1
2
3
4
5
6
7
GET http://example.com:8080/1 HTTP/1.1\r\n
Host: example.com:8080\r\n
\r\n
GET http://example.com:8080/2 HTTP/1.1\r\n
Host: example.com:8080\r\n
Connection: close\r\n
\r\n