summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog0.05Jesse Luehrs2012-09-291-0/+2
|
* changelogJesse Luehrs2012-09-291-0/+1
|
* support setting cookies in streaming responsesJesse Luehrs2012-09-292-6/+262
|
* 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-282-2/+57
|
* start adding support for streaming responsesJesse Luehrs2012-09-282-0/+49
|
* changelog0.04Jesse Luehrs2012-09-281-0/+2
|
* changelogJesse Luehrs2012-09-281-0/+1
|
* stop using method calling on filehandlesJesse Luehrs2012-09-281-3/+3
| | | | can't seem to figure out how to make this work on perls below 5.12
* oops, this should have been psgi.inputJesse Luehrs2012-09-281-1/+1
|
* simplifyJesse Luehrs2012-09-281-2/+1
|
* changelog0.03Jesse Luehrs2012-09-281-0/+2
|
* changelogJesse Luehrs2012-09-281-0/+2
|
* add some diagnostics to this testJesse Luehrs2012-09-281-1/+2
|
* changelog0.02Jesse Luehrs2012-09-271-0/+2
|
* changelogJesse Luehrs2012-09-271-0/+1
|
* add 'host' methodJesse Luehrs2012-09-272-6/+25
|
* add comments about Plack::RequestJesse Luehrs2012-09-271-1/+8
|
* changelog0.01Jesse Luehrs2012-09-241-0/+2
|
* pod::coverageJesse Luehrs2012-09-241-0/+3
|
* make encode and decode privateJesse Luehrs2012-09-242-13/+13
|
* don't make encoding a separate attribute in ::Request eitherJesse Luehrs2012-09-241-31/+23
|
* don't pass along an undef encoding objectJesse Luehrs2012-09-242-1/+64
|
* can't just pass this in the constructor if people use the arrayref formJesse Luehrs2012-08-192-2/+4
|
* add sugary constructorJesse Luehrs2012-08-194-13/+26
|
* allow undef to mean not decoding at all, and move encoding to ::ResponseJesse Luehrs2012-08-182-19/+88
|
* more docsJesse Luehrs2012-07-223-0/+31
|
* just make env requiredJesse Luehrs2012-07-221-9/+6
|
* move this to a builderJesse Luehrs2012-07-221-5/+11
|
* test that we handle encodings properlyJesse Luehrs2012-07-221-0/+122
|
* the parameter keys also need to be decodedJesse Luehrs2012-07-221-1/+4
|
* allow changing the encodingJesse Luehrs2012-07-221-1/+16
|
* rename ->body to ->content on ::ResponseJesse Luehrs2012-07-206-16/+16
|
* commentJesse Luehrs2012-07-201-0/+1
|
* remove this for nowJesse Luehrs2012-07-201-1/+0
|
* add some docsJesse Luehrs2012-07-204-0/+419
|
* make this a private methodJesse Luehrs2012-07-181-5/+5
|
* import the Plack::Response test suiteJesse Luehrs2012-07-186-0/+256
|
* couple more bugsJesse Luehrs2012-07-182-2/+2
|
* import the Plack::Request test suiteJesse Luehrs2012-07-1824-0/+761
|
* rename thisJesse Luehrs2012-07-184-44/+44
|
* few minor bug fixesJesse Luehrs2012-07-183-5/+23
|
* need to decode these tooJesse Luehrs2012-07-181-3/+5
|
* one more typoJesse Luehrs2012-07-181-1/+1
|
* fix compilationJesse Luehrs2012-07-182-25/+29
|
* don't need thisJesse Luehrs2012-07-181-3/+1
|
* basic content reading implementationJesse Luehrs2012-07-181-11/+134
|
* base_uri instead of uri_baseJesse Luehrs2012-07-171-6/+4
|