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