Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (from awebb) | Dr Scofield | 2008-05-19 | 1 | -1/+10 |
| | | | | | | | | | | | Fixes a bug in BaseRequestHandler. If the length of the patter is equal to, or greater than, the length of the actual request path, then an exception is thrown. System using is added to support use of String.Empty. Exception is used to ensure most efficient operation on (assumed to be most common) successful case. | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+26 |
| | |||||
* | added copyright notices | Jeff Ames | 2007-12-11 | 1 | -0/+28 |
| | |||||
* | normalized line endings | Jeff Ames | 2007-11-04 | 1 | -34/+34 |
| | |||||
* | * Added a streamhandler that does streams both in and out | lbsa71 | 2007-10-31 | 1 | -0/+35 |
* The RestDeserialisehandler now does streams and returns an object instead of string |