aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/OSHttpResponse.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* further progress on HttpServer integration: OSHttpRequest can now beDr Scofield2008-07-071-2/+2
| | | | | | instantiated from both .NET and HttpServer code path.
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-16/+16
|
* adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵Dr Scofield2008-05-191-0/+165
HttpListenerResponse respectively. enhancing IStreamHandler and IStreamedHandler interfaces so that OSHttp{Request,Response} get passed in, allowing RestHandlers to set response status code, redirections, etc.