summaryrefslogtreecommitdiffstats
path: root/lib/Web/Request.pm
Commit message (Collapse)AuthorAgeFilesLines
* link to github issuesHEADmasterJesse Luehrs2013-09-051-3/+2
|
* use Module::Runtime instead of Class::LoadJesse Luehrs2013-09-021-3/+3
|
* fix uri escaping (backported from Plack 5f9c372)Jesse Luehrs2013-09-021-2/+1
|
* make sure we buffer the entire input (backported from Plack a96a5b6)Jesse Luehrs2013-09-021-0/+2
| | | | | | 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
* packaging stuffJesse Luehrs2013-09-021-6/+6
|
* fixed all_parametersThomas Klausner2013-09-021-1/+1
|
* sighJesse Luehrs2012-11-121-1/+1
|
* still need to set this up if we return earlyJesse Luehrs2012-11-121-1/+4
|
* use Stream::Buffered instead of storing the full content in memoryJesse Luehrs2012-09-301-26/+30
|
* 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
|
* add 'host' methodJesse Luehrs2012-09-271-4/+19
|
* add comments about Plack::RequestJesse Luehrs2012-09-271-1/+8
|
* pod::coverageJesse Luehrs2012-09-241-0/+3
|
* make encode and decode privateJesse Luehrs2012-09-241-11/+11
|
* 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-241-1/+2
|
* can't just pass this in the constructor if people use the arrayref formJesse Luehrs2012-08-191-1/+3
|
* allow undef to mean not decoding at all, and move encoding to ::ResponseJesse Luehrs2012-08-181-18/+60
|
* more docsJesse Luehrs2012-07-221-0/+17
|
* just make env requiredJesse Luehrs2012-07-221-9/+6
|
* move this to a builderJesse Luehrs2012-07-221-5/+11
|
* the parameter keys also need to be decodedJesse Luehrs2012-07-221-1/+4
|
* allow changing the encodingJesse Luehrs2012-07-221-1/+16
|
* commentJesse Luehrs2012-07-201-0/+1
|
* remove this for nowJesse Luehrs2012-07-201-1/+0
|
* add some docsJesse Luehrs2012-07-201-0/+270
|
* make this a private methodJesse Luehrs2012-07-181-5/+5
|
* few minor bug fixesJesse Luehrs2012-07-181-4/+17
|
* need to decode these tooJesse Luehrs2012-07-181-3/+5
|
* one more typoJesse Luehrs2012-07-181-1/+1
|
* fix compilationJesse Luehrs2012-07-181-24/+28
|
* 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
|
* implement some more stuffJesse Luehrs2012-07-171-10/+85
| | | | | | mostly copied from Plack::Request still need to do the body content handling
* allow upload class to be overriddenJesse Luehrs2012-07-171-0/+1
|
* add encoding supportJesse Luehrs2012-07-171-2/+24
|
* sketch out the api hereJesse Luehrs2012-07-171-0/+191
|
* initial commitJesse Luehrs2012-04-261-0/+0