summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mark the previous release as a trial0.02Jesse Luehrs2011-01-111-1/+1
* changelogJesse Luehrs2011-01-111-0/+3
* just save the entire original uriJesse Luehrs2011-01-115-27/+17
* backend docsJesse Luehrs2011-01-112-0/+80
* make the proxy object and apps hashref privateJesse Luehrs2011-01-112-4/+4
* update docsJesse Luehrs2011-01-111-24/+36
* use croak instead of dieJesse Luehrs2011-01-112-9/+15
* add some duck-typing for backendsJesse Luehrs2011-01-111-0/+6
* require an apps hashref for psgi-local now that it itself isn't requiredJesse Luehrs2011-01-111-1/+1
* being a bit more explicit about backends is probably a good thingJesse Luehrs2011-01-115-48/+35
* rename thisJesse Luehrs2011-01-073-5/+5
* factor out scheme handling into separate backendsJesse Luehrs2011-01-078-62/+143
* actually call to_appJesse Luehrs2011-01-071-1/+1
* don't keep recreating the ::Proxy objectJesse Luehrs2011-01-071-3/+6
* changelogJesse Luehrs2011-01-071-0/+2
* add pod warning about possible future api changes0.01Jesse Luehrs2011-01-071-0/+2
* silence a test warningJesse Luehrs2011-01-073-0/+6
* dzil generates thisJesse Luehrs2011-01-071-4/+0
* docsJesse Luehrs2011-01-071-0/+114
* stub out docsJesse Luehrs2011-01-061-0/+55
* error messagesJesse Luehrs2011-01-061-4/+6
* add streaming and delayed response testsJesse Luehrs2011-01-062-0/+333
* actually, response bodies need to be arrayrefsJesse Luehrs2011-01-061-2/+2
* prereqsJesse Luehrs2011-01-061-0/+4
* one more testJesse Luehrs2011-01-061-0/+17
* commentJesse Luehrs2011-01-061-1/+1
* major refactoring, things are a lot cleaner nowJesse Luehrs2011-01-062-61/+117
* handle env hashes tooJesse Luehrs2011-01-062-5/+16
* more testsJesse Luehrs2011-01-051-6/+45
* probably want to add Content-Length here tooJesse Luehrs2011-01-051-0/+2
* handle HEAD requests properlyJesse Luehrs2011-01-051-0/+3
* add bogus host/port values to make req_to_psgi happy, and refactorJesse Luehrs2010-12-311-13/+48
* use psgi-local: rather than psgi:Jesse Luehrs2010-12-313-4/+4
* more testsJesse Luehrs2010-12-301-0/+99
* make sure CONTENT_LENGTH is set - this feels wrongJesse Luehrs2010-12-301-0/+1
* reimplement in terms of Plack::App::Proxy rather than lwpJesse Luehrs2010-12-301-34/+24
* better diagnostics for response testsJesse Luehrs2010-12-301-3/+19
* make psgi://foo equivalent to psgi://foo/ (since http does this)Jesse Luehrs2010-12-301-1/+3
* refactor testsJesse Luehrs2010-12-302-74/+94
* also allow Plack::Request objects and env hashes for ->requestJesse Luehrs2010-12-301-4/+23
* initial implementationJesse Luehrs2010-12-221-0/+75
* fix up tests a bitJesse Luehrs2010-12-221-14/+58
* test to sketch out an apiJesse Luehrs2010-12-211-0/+75
* initial commitJesse Luehrs2010-12-215-0/+58