Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -180/+0 |
| | |||||
* | cleaning up OSHttpRequest removing old Http stuff. also adding test | Dr Scofield | 2008-10-06 | 1 | -3/+4 |
| | | | | | | | case for OSHttpRequest (not very fancy yet, but still). | ||||
* | Formatting cleanup. | Jeff Ames | 2008-08-18 | 1 | -14/+14 |
| | |||||
* | pulling query handling through the handlers. adding (non-functional, | Dr Scofield | 2008-07-18 | 1 | -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 Scofield | 2008-07-18 | 1 | -41/+38 |
| | | | | | | | | | adapting OSHttpXmlRpcHandler accordingly. NOTE: this code is not live. | ||||
* | morphing OSHttpHandler interface into an abstract base class. adding | Dr Scofield | 2008-07-17 | 1 | -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 path | Dr Scofield | 2008-07-14 | 1 | -0/+222 |
almost complete and soon to be ready for testing; OSHttpResponse code out. |