summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/http/handler.rb
Commit message (Expand)AuthorAgeFilesLines
* One significant step closer to getting autotest running properly on the Puppe...Rick Bradley2007-10-261-2/+1
* Exceptions on requests are now captured, exceptions are serialized, and excep...Rick Bradley2007-10-231-1/+7
* Finish serializing successful results (via calls to to_yaml, etc.) for REST h...Rick Bradley2007-10-231-4/+10
* REST handlers now properly returning 200 status on success.Rick Bradley2007-10-231-2/+2
* Merge branch 'master' of git://reductivelabs.com/puppet into routingRick Bradley2007-10-221-1/+1
* More specs, fleshing out the returns from RESTRick Bradley2007-10-171-2/+6
* Argument passing now supported on {webrick,mongrel}+REST.Rick Bradley2007-10-161-4/+12
* Refactoring, argument processing for model methods.Rick Bradley2007-10-161-7/+35
* Tweak to move model lookup functionality into the Handler base class where it...Rick Bradley2007-10-161-0/+1
* Refactored to use a Handler base class for server+protocol handlers. Finally...Rick Bradley2007-10-161-0/+57