aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/OSHttpRequest.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-17rearranging variables in OSHttpRequest and adding Query property.Dr Scofield1-22/+45
2008-07-14further work in progress on the HttpServer side: XmlRpc handler pathDr Scofield1-3/+36
almost complete and soon to be ready for testing; OSHttpResponse code out.
2008-07-07adding support for IP EndPoint whitelisting in HttpServer code.Dr Scofield1-6/+17
2008-07-07further progress on HttpServer integration: OSHttpRequest can now beDr Scofield1-19/+45
instantiated from both .NET and HttpServer code path.
2008-06-27dr scofield's warning safari: hunting down those little buggersDr Scofield1-2/+2
2008-06-27status: work-in-progress, non-functionalDr Scofield1-0/+5
fleshing out OSHttpRequestPump code.
2008-06-25further work on the HttpServer stuff. not functional yet. just sharing Dr Scofield1-0/+13
what crimes i'm committing.
2008-06-04* adding XmppPresenceStanza and deserialization/reification supportDr Scofield1-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)
2008-05-29this is a snapshot of the OSHttpServer work-in-progress. it's an initial ↵Dr Scofield1-0/+14
skeleton, far from complete, just want to check in early and often.
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-2/+2
2008-05-19adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵Dr Scofield1-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.