summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector/request.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix #2261 - Make sure query string parameters are properly escapedBrice Figureau2009-07-171-4/+5
* Adding explicit optional attribute to indirection requestsLuke Kanies2009-03-201-9/+25
* Adding a model accessor to the Request classLuke Kanies2009-03-201-4/+10
* Requests now use default environment when none is specifiedLuke Kanies2009-03-201-1/+8
* Adding environment support to the REST URILuke Kanies2009-03-201-2/+17
* Moving the query_string method to RequestLuke Kanies2009-03-201-0/+19
* Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-191-2/+7
* Providing better indirection authorization errorsLuke Kanies2009-02-191-0/+5
* Changing how the Configurer interacts with the cacheLuke Kanies2009-02-061-1/+14
* Adding support for skipping cached indirection instances.Luke Kanies2009-02-061-2/+11
* Adding a 'plural?' method to the Indirection::Request class.Luke Kanies2008-08-261-2/+8
* Special-casing 'file' URIs in the indirection requests.Luke Kanies2008-08-261-0/+7
* Dividing server/port configuration responsibility between the REST terminus a...Luke Kanies2008-08-261-1/+35
* Fixing how the Indirector::Request sets its options.Luke Kanies2008-06-111-0/+1
* Adding to the indirection request support for authentication information.Luke Kanies2008-06-091-4/+20
* Intermediate commit.Luke Kanies2008-04-081-1/+1
* Adding the ability for indirection requests to be createdLuke Kanies2008-04-081-2/+9
* Adding a Request class to the Indirection layer. ThisLuke Kanies2008-04-081-0/+18