trillium-http 1.2.0

the http implementation for the trillium toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
POST /trailer-test HTTP/1.1\r\n
Transfer-Encoding: chunked\r\n
Trailer: x-checksum, x-sequence\r\n
Connection: close\r\n
\r\n
5\r\n
hello\r\n
0\r\n
x-checksum: abc123\r\n
x-sequence: 42\r\n
\r\n