aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/OSHttpHandler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-18Formatting cleanup.Jeff Ames1-8/+8
2008-07-18pulling query handling through the handlers. adding (non-functional,Dr Scofield1-1/+3
work-in-progress) HttpHandler. NOTE: non-active code. does not glow in the dark. non-combustible.
2008-07-18simplifying OSHTtpHandler (a bit), adding query string matching,Dr Scofield1-12/+10
adapting OSHttpXmlRpcHandler accordingly. NOTE: this code is not live.
2008-07-17morphing OSHttpHandler interface into an abstract base class. addingDr Scofield1-20/+79
HTTP method matching support. adapting OSHttpXmlRpcHandler accordingly. dropping OSHttpXmlProcessor delegate in favour of good old XmlRpcMethodHandler delegate (was the same signature).
2008-07-14further work in progress on the HttpServer side: XmlRpc handler pathDr Scofield1-2/+23
almost complete and soon to be ready for testing; OSHttpResponse code out.
2008-06-30properly explaining each #pragma warning disableDr Scofield1-0/+1
massaging OSHttpRequestPump to not abort on exceptions...
2008-06-27status: work in progress, non-functionalDr Scofield1-0/+102
having OSHttpHandler as a delegate was not too hot, i'm refactoring it into an interface.