summaryrefslogtreecommitdiffstats
path: root/lib/Web/Response.pm
Commit message (Collapse)AuthorAgeFilesLines
* add Web::Response->to_app (backported from Plack e3d0dde)Jesse Luehrs2013-09-021-0/+10
|
* stop slacking on the docsJesse Luehrs2012-09-291-1/+29
|
* support setting cookies in streaming responsesJesse Luehrs2012-09-291-6/+13
|
* handle encodingJesse Luehrs2012-09-281-2/+11
|
* start adding support for streaming responsesJesse Luehrs2012-09-281-0/+23
|
* make encode and decode privateJesse Luehrs2012-09-241-2/+2
|
* 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
| | | | mostly copied from Plack::Response
* add some better type constraints and coercionsJesse Luehrs2012-07-171-2/+7
|
* sketch out the api hereJesse Luehrs2012-07-171-0/+51