Revision history for Perl extension Plack::Request
0.04 Wed Oct 21 21:23:08 PDT 2009
- Removed uri_with and as_http_request: YAGNI
0.03 Sun Oct 18 14:06:58 PDT 2009
- Fixed doubled ports in $req->uri (Thanks to fullermd)
0.02 Tue Oct 13 15:45:07 PDT 2009
- Make $res->body less DWIMy to avoid confusion. It only special cases non-ref scalar
values (strings) and objects with overloads. Otherwise it passes through to the server.
0.01 Mon Oct 12 22:46:49 2009
- original version