summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* allow passing arguments to the proxy app in the http backendJesse Luehrs2011-03-031-2/+20
* hrm, not sure what i was going for hereJesse Luehrs2011-02-121-1/+1
* clear the query before setting the plack.proxy.remoteStevan Little2011-02-121-0/+1
* apparently this was also fixed in 0.9966Jesse Luehrs2011-01-251-3/+0
* new plack version fixes thisJesse Luehrs2011-01-251-5/+0
* whoops, forgot to remove this warningJesse Luehrs2011-01-131-2/+0
* add Plack::Client::Backend as a base classJesse Luehrs2011-01-124-21/+94
* just save the entire original uriJesse Luehrs2011-01-112-9/+11
* 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-111-44/+31
* rename thisJesse Luehrs2011-01-073-5/+5
* factor out scheme handling into separate backendsJesse Luehrs2011-01-073-55/+129
* actually call to_appJesse Luehrs2011-01-071-1/+1
* don't keep recreating the ::Proxy objectJesse Luehrs2011-01-071-3/+6
* add pod warning about possible future api changes0.01Jesse Luehrs2011-01-071-0/+2
* 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
* actually, response bodies need to be arrayrefsJesse Luehrs2011-01-061-2/+2
* major refactoring, things are a lot cleaner nowJesse Luehrs2011-01-061-49/+101
* handle env hashes tooJesse Luehrs2011-01-061-2/+9
* 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-311-1/+1
* 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
* make psgi://foo equivalent to psgi://foo/ (since http does this)Jesse Luehrs2010-12-301-1/+3
* also allow Plack::Request objects and env hashes for ->requestJesse Luehrs2010-12-301-4/+23
* initial implementationJesse Luehrs2010-12-221-0/+75
* initial commitJesse Luehrs2010-12-211-0/+0