summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* add Web::Response->to_app (backported from Plack e3d0dde)Jesse Luehrs2013-09-021-0/+21
|
* fix uri escaping (backported from Plack 5f9c372)Jesse Luehrs2013-09-021-1/+16
|
* make sure we buffer the entire input (backported from Plack a96a5b6)Jesse Luehrs2013-09-021-3/+17
| | | | | | otherwise, the app may read things before the Web::Request instance does, and if the app doesn't buffer the input, then that data would not be seen
* failing test case for POSTed all_parametersThomas Klausner2013-09-021-0/+13
|
* fix hash order dependency for bleadJesse Luehrs2012-11-241-26/+29
|
* remove test for invalid headerJesse Luehrs2012-11-071-9/+0
|
* support setting cookies in streaming responsesJesse Luehrs2012-09-291-0/+249
|
* split this upJesse Luehrs2012-09-292-85/+109
|
* test the writer apiJesse Luehrs2012-09-291-0/+64
|
* factor this outJesse Luehrs2012-09-281-12/+20
|
* handle encodingJesse Luehrs2012-09-281-0/+46
|
* start adding support for streaming responsesJesse Luehrs2012-09-281-0/+26
|
* add some diagnostics to this testJesse Luehrs2012-09-281-1/+2
|
* add 'host' methodJesse Luehrs2012-09-271-2/+6
|
* don't pass along an undef encoding objectJesse Luehrs2012-09-241-0/+62
|
* add sugary constructorJesse Luehrs2012-08-193-13/+7
|
* test that we handle encodings properlyJesse Luehrs2012-07-221-0/+122
|
* rename ->body to ->content on ::ResponseJesse Luehrs2012-07-205-11/+11
|
* import the Plack::Response test suiteJesse Luehrs2012-07-186-0/+256
|
* import the Plack::Request test suiteJesse Luehrs2012-07-1824-0/+761