implement request parsing with tests
commit832c69bd1c8ce51a1f36e9fbcc7b34e5cadb0591
authorEric Wong <e@80x24.org>
Tue, 18 Apr 2017 19:11:52 +0000 (18 19:11 +0000)
committerEric Wong <e@80x24.org>
Sat, 1 Dec 2018 13:26:44 +0000 (1 13:26 +0000)
tree8663f82cbfd346c78a0765eab3df357858e55df1
parent63dffb599fc5d0e6270d1bf68191de86c255b37f
implement request parsing with tests

Most of these tests are ported over from a Mongrel-derived
server.  Chunked body parsing is not implemented, yet.
ext/kcar/kcar.rl
test/test_request_parser.rb [new file with mode: 0644]