Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-10-06 | cleaning up OSHttpRequest removing old Http stuff. also adding test | Dr Scofield | 1 | -3/+4 | |
case for OSHttpRequest (not very fancy yet, but still). | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -14/+14 | |
2008-07-18 | pulling query handling through the handlers. adding (non-functional, | Dr Scofield | 1 | -1/+1 | |
work-in-progress) HttpHandler. NOTE: non-active code. does not glow in the dark. non-combustible. | |||||
2008-07-18 | simplifying OSHTtpHandler (a bit), adding query string matching, | Dr Scofield | 1 | -41/+38 | |
adapting OSHttpXmlRpcHandler accordingly. NOTE: this code is not live. | |||||
2008-07-17 | morphing OSHttpHandler interface into an abstract base class. adding | Dr Scofield | 1 | -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-14 | further work in progress on the HttpServer side: XmlRpc handler path | Dr Scofield | 1 | -0/+222 | |
almost complete and soon to be ready for testing; OSHttpResponse code out. |