summaryrefslogtreecommitdiffstats
path: root/lib/Web/Response.pm
Commit message (Expand)AuthorAgeFilesLines
* can't just pass this in the constructor if people use the arrayref formJesse Luehrs2012-08-191-1/+1
* add sugary constructorJesse Luehrs2012-08-191-0/+19
* allow undef to mean not decoding at all, and move encoding to ::ResponseJesse Luehrs2012-08-181-1/+28
* more docsJesse Luehrs2012-07-221-0/+9
* rename ->body to ->content on ::ResponseJesse Luehrs2012-07-201-5/+5
* add some docsJesse Luehrs2012-07-201-0/+102
* couple more bugsJesse Luehrs2012-07-181-1/+1
* rename thisJesse Luehrs2012-07-181-4/+4
* few minor bug fixesJesse Luehrs2012-07-181-0/+2
* fix compilationJesse Luehrs2012-07-181-1/+1
* finish the basic implementation of ::ResponseJesse Luehrs2012-07-171-5/+88
* add some better type constraints and coercionsJesse Luehrs2012-07-171-2/+7
* sketch out the api hereJesse Luehrs2012-07-171-0/+51