aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/OSHttpHandler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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.