Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-05-29 | this is a snapshot of the OSHttpServer work-in-progress. it's an initial ↵ | Dr Scofield | 1 | -0/+14 | |
skeleton, far from complete, just want to check in early and often. | |||||
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -2/+2 | |
2008-05-19 | adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵ | Dr Scofield | 1 | -0/+145 | |
HttpListenerResponse respectively. enhancing IStreamHandler and IStreamedHandler interfaces so that OSHttp{Request,Response} get passed in, allowing RestHandlers to set response status code, redirections, etc. |