Add trailer_parser for parsing trailers
commit608e6243a2b15bfc28c3524ed45d5fc7598e8565
authorEric Wong <normalperson@yhbt.net>
Tue, 30 Jun 2009 20:47:41 +0000 (30 13:47 -0700)
committerEric Wong <normalperson@yhbt.net>
Tue, 30 Jun 2009 21:02:10 +0000 (30 14:02 -0700)
tree69bcc5904e91f87c605170605b0f564683558367
parent86cd3fec9a02352d10b53bac02f98267d2b77bdd
Add trailer_parser for parsing trailers

Eventually this (and ChunkedReader) may be done in C/Ragel
along with the existing HttpParser.
Manifest
lib/unicorn/trailer_parser.rb [new file with mode: 0644]
test/unit/test_trailer_parser.rb [new file with mode: 0644]