aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/OSHttpRequest.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* further work on the HttpServer stuff. not functional yet. just sharing Dr Scofield2008-06-251-0/+13
| | | | | | what crimes i'm committing.
* * adding XmppPresenceStanza and deserialization/reification supportDr Scofield2008-06-041-0/+5
| | | | | | | | | | | | having reached the intermediate level of .NET's XmlSudoku, i've now figured out how to do deserialization using different XmlSerializers (this stuff begins to grow on me, sigh). [still not used code, work-in-progress] * adding convenience property on OSHttpRequest.cs (from awebb)
* this is a snapshot of the OSHttpServer work-in-progress. it's an initial ↵Dr Scofield2008-05-291-0/+14
| | | | | | | | skeleton, far from complete, just want to check in early and often.
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-2/+2
|
* adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵Dr Scofield2008-05-191-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.