Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | morphing OSHttpHandler interface into an abstract base class. adding | Dr Scofield | 2008-07-17 | 1 | -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 path | Dr Scofield | 2008-07-14 | 1 | -2/+23 |
| | | | | | | | | almost complete and soon to be ready for testing; OSHttpResponse code out. | ||||
* | properly explaining each #pragma warning disable | Dr Scofield | 2008-06-30 | 1 | -0/+1 |
| | | | | | | massaging OSHttpRequestPump to not abort on exceptions... | ||||
* | status: work in progress, non-functional | Dr Scofield | 2008-06-27 | 1 | -0/+102 |
having OSHttpHandler as a delegate was not too hot, i'm refactoring it into an interface. |