aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/OSHttpXmlRpcHandler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-18Formatting cleanup.Jeff Ames1-14/+14
2008-07-18pulling query handling through the handlers. adding (non-functional,Dr Scofield1-1/+1
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-41/+38
adapting OSHttpXmlRpcHandler accordingly. NOTE: this code is not live.
2008-07-17morphing OSHttpHandler interface into an abstract base class. addingDr Scofield1-50/+10
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-0/+222
almost complete and soon to be ready for testing; OSHttpResponse code out.