log net/http/parser.lua @ 4866:d54999db3aa1

age author description
Sat, 12 May 2012 03:09:52 +0100 Matthew Wild net.http.parser: Do full URL decoding and parsing (e.g. adds request.url.query when present)
Thu, 26 Apr 2012 16:48:16 +0100 Matthew Wild mod_http_files, net.http.parser: Move path normalization to net.http.parser so that all modules can benefit
Thu, 26 Apr 2012 20:07:13 +0500 Waqas Hussain net.http.parser: Handle full URLs in status line.
Sun, 08 Apr 2012 04:09:33 +0500 Waqas Hussain net.http.{server|codes|parser}: Initial commit.