summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/http/webrick
Commit message (Expand)AuthorAgeFilesLines
* maint: just require 'spec_helper', thanks rspec2Daniel Pittman2011-04-081-1/+1
* maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-061-1/+1
* [#4308] Remove puppettest from specsMatt Robinson2010-09-031-0/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-161/+161
* [#3994-part 3] rename spec tests from *_spec_spec to *_spec.rbMarkus Roberts2010-06-282-0/+0
* [#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2010-06-282-0/+0
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-232-0/+0
* Add master side file content streamingBrice Figureau2010-02-171-0/+23
* Fix #2261 - Make sure query string parameters are properly escapedBrice Figureau2009-07-171-4/+4
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-051-0/+5
* Fill REST request node with reverse lookup of IP addressBrice Figureau2009-04-231-2/+7
* Forbidding REST clients to set the node or IPLuke Kanies2009-03-201-0/+10
* Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-201-12/+2
* Adding clarity to query string handling in REST callsLuke Kanies2009-02-181-4/+30
* Fixing the rest backends for webrick and mongrel so the get the whole request...Luke Kanies2008-08-261-3/+3
* Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-201-0/+5
* All error and format handling works over REST except searching.Luke Kanies2008-07-291-4/+11
* Drastically simplifying the REST implementation tests.Luke Kanies2008-07-291-290/+74
* The REST terminus now uses the content-type and http result codes.Luke Kanies2008-07-291-17/+19
* The mongrel-related tests now run without mongrel.Luke Kanies2008-07-171-0/+1
* Adding ruby interpreter lines to the tests missing them.Luke Kanies2008-06-131-0/+2
* Adding execute bits to every test currently missing them.Luke Kanies2008-06-132-0/+0
* The mongrel and webrick REST handlers now extract certificate information.Luke Kanies2008-06-091-58/+107
* updating mongrel/webrick unit tests to match integration-tested version of RE...Rick Bradley2008-04-111-12/+2
* Make mongrel happy like WEBrick.Rick Bradley2008-04-111-134/+140
* Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-111-22/+11
* Exceptions on requests are now captured, exceptions are serialized, and excep...Rick Bradley2007-10-231-8/+52
* Finish serializing successful results (via calls to to_yaml, etc.) for REST h...Rick Bradley2007-10-231-65/+84
* REST handlers now properly returning 200 status on success.Rick Bradley2007-10-231-10/+47
* getting more fine-grained with the response specs -- the target is always mov...Rick Bradley2007-10-161-3/+9
* Argument passing now supported on {webrick,mongrel}+REST.Rick Bradley2007-10-161-4/+44
* Refactoring, argument processing for model methods.Rick Bradley2007-10-161-8/+28
* Tweak to move model lookup functionality into the Handler base class where it...Rick Bradley2007-10-161-0/+15
* Refactored to use a Handler base class for server+protocol handlers. Finally...Rick Bradley2007-10-161-9/+47
* Inlined the controller, eliminating a class. Mongrel+REST has the right bits...Rick Bradley2007-10-161-2/+9
* Registration now built for {webrick,mongrel} REST handlers.Rick Bradley2007-10-161-5/+19
* Going back to each server+protocol object being responsible for only one indi...Rick Bradley2007-10-161-3/+3
* First pass through initializers of {mongrel, webrick} REST handlers; hooks in...Rick Bradley2007-10-162-0/+46