summaryrefslogtreecommitdiffstats
path: root/lib/Plack/Client
Commit message (Collapse)AuthorAgeFilesLines
* allow passing arguments to the proxy app in the http backendJesse Luehrs2011-03-031-2/+20
|
* clear the query before setting the plack.proxy.remoteStevan Little2011-02-121-0/+1
|
* add Plack::Client::Backend as a base classJesse Luehrs2011-01-123-7/+78
|
* just save the entire original uriJesse Luehrs2011-01-111-2/+6
|
* backend docsJesse Luehrs2011-01-112-0/+80
|
* make the proxy object and apps hashref privateJesse Luehrs2011-01-112-4/+4
|
* use croak instead of dieJesse Luehrs2011-01-111-2/+3
|
* require an apps hashref for psgi-local now that it itself isn't requiredJesse Luehrs2011-01-111-1/+1
|
* rename thisJesse Luehrs2011-01-072-2/+2
|
* factor out scheme handling into separate backendsJesse Luehrs2011-01-072-0/+69
docs still need updating