Revision history for Perl extension Plack::Request

0.07  Sun Nov 29 18:45:05 JST 2009
        - Added back $req->secure
        - Use Host: to construct $req->uri as well

0.06  Sat Nov  7 20:43:17 PST 2009
        - Fixed dependencies and inc/

0.05  Mon Oct 26 15:44:38 PDT 2009
        - Make HTTP::Message::PSGI dep optional

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