aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/RestDeserialiseHandler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: fixing CamelCase issue with RestDeserialiseHandler.Dr Scofield2008-07-151-2/+2
|
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-1/+1
|
* adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵Dr Scofield2008-05-191-1/+3
| | | | | | | | | HttpListenerResponse respectively. enhancing IStreamHandler and IStreamedHandler interfaces so that OSHttp{Request,Response} get passed in, allowing RestHandlers to set response status code, redirections, etc.
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
|
* added copyright noticesJeff Ames2007-12-111-0/+28
|
* normalized line endingsJeff Ames2007-11-041-37/+37
|
* * Diuerse beavtificatemslbsa712007-11-011-10/+7
|
* * Added a streamhandler that does streams both in and outlbsa712007-10-311-15/+15
| | | | | | | * The RestDeserialisehandler now does streams and returns an object instead of string
* forgotten fileMW2007-10-311-0/+41