aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/OSHttpXmlRpcHandler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-180/+0
|
* cleaning up OSHttpRequest removing old Http stuff. also adding testDr Scofield2008-10-061-3/+4
| | | | | | | case for OSHttpRequest (not very fancy yet, but still).
* Formatting cleanup.Jeff Ames2008-08-181-14/+14
|
* pulling query handling through the handlers. adding (non-functional,Dr Scofield2008-07-181-1/+1
| | | | | | | | | 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-41/+38
| | | | | | | | | adapting OSHttpXmlRpcHandler accordingly. NOTE: this code is not live.
* morphing OSHttpHandler interface into an abstract base class. addingDr Scofield2008-07-171-50/+10
| | | | | | | | | 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-0/+222
almost complete and soon to be ready for testing; OSHttpResponse code out.