about summary refs log tree commit homepage
path: root/ext/unicorn_http/unicorn_http_common.rl
DateCommit message (Expand)
2016-10-20Add some tolerance (RFC2616 sec. 19.3)
2011-07-13http: reject non-LWS CTL chars (0..31 + 127) in field values
2011-02-02http: parser handles IPv6 bracketed IP hostnames
2010-05-07http: allow horizontal tab as leading whitespace in header values
2009-12-19http: allow userinfo component in absoluteURIs
2009-12-06http: PATH_INFO/REQUEST_PATH includes semi-colons
2009-09-01http: support for simple HTTP/0.9 GET requests
2009-09-01http: extension-methods allow any tokens
2009-08-18http: support for multi-line HTTP headers
2009-08-09http: preliminary chunk decoding
2009-07-15Rename unicorn/http11 => unicorn_http