summaryrefslogtreecommitdiff
path: root/www/ruby-http_parser.rb
AgeCommit message (Collapse)AuthorFilesLines
2011-10-04Update ruby-http_parser.rb to 0.5.3.obache2-6/+6
* fix some compiler warnings * reset support for requests with no body
2011-08-28Update ruby-http_parser.rb to 0.5.2.obache3-11/+27
* update http-parser to latest upstream. * fix ruby != 1.9 compatibility * Parse multiple HTTP headers as strings, arrays or mixed.
2011-07-11Import ruby-http_parser.rb-0.5.1 as www/ruby-http_parser.rb.obache4-0/+84
A simple callback-based HTTP request/response parse for writing servers, clients and proxies.