aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/OSHttpResponse.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-07further progress on HttpServer integration: OSHttpRequest can now beDr Scofield1-2/+2
instantiated from both .NET and HttpServer code path.
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-16/+16
2008-05-19adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵Dr Scofield1-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.