about summary refs log tree commit homepage
path: root/ext/unicorn/http11/http11_parser.rl
DateCommit message (Expand)
2009-04-21http11: rfc2616 handling of absolute URIs
2009-04-21http11: minor cleanups in return types
2009-04-21http11: remove callbacks from structure
2009-04-21http11: formatting cleanups
2009-04-21http11: remove unused variables/elements
2009-04-21Move absolute URI parsing into HTTP parser
2009-04-21http11: cleanup #includes and whitespace
2009-03-24simplify the HttpParser interface
2009-02-25rename http11 => unicorn/http11