summaryrefslogtreecommitdiffstats
path: root/spec/unit/network/http/handler.rb
Commit message (Expand)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-455/+0
* REST: hide Request objectJesse Wolfe2010-02-171-1/+1
* Feature #3347 REST-ified FileBucketJesse Wolfe2010-02-171-4/+1
* Fixing 2725 Error message when permissions incorrect on file server directoryJesse Wolfe2009-12-021-0/+10
* Fix #2516 - Fix format detection when content-type contains charsetBrice Figureau2009-08-131-0/+10
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-051-18/+38
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Fill REST request node with reverse lookup of IP addressBrice Figureau2009-04-231-0/+20
* Refactor rest authorization to raise exceptions deeperBrice Figureau2009-04-231-4/+4
* Fix #1875 - Add a REST authorization systemBrice Figureau2009-04-231-0/+33
* Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-201-30/+36
* Moving the REST API functions into a moduleLuke Kanies2009-03-201-105/+3
* Using the Handler for the REST api on both sides of the connectionLuke Kanies2009-03-201-197/+58
* Adding REST::Handler methods for converting between indirection and urisLuke Kanies2009-03-201-0/+101
* Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-191-4/+20
* Causing format selection to fail intelligently if no suitable format can be p...Luke Kanies2008-08-261-0/+31
* Adding parameter and URL support to the REST terminus.Luke Kanies2008-08-201-1/+13
* Correctly handling when REST searches return nothing.Luke Kanies2008-07-301-0/+14
* Searching again works over REST, including full content-type translation.Luke Kanies2008-07-291-3/+6
* All error and format handling works over REST except searching.Luke Kanies2008-07-291-0/+12
* Adding explicit tests for the HTTP::Handler module.Luke Kanies2008-07-291-0/+411