aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/RestStreamHandler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-61/+0
|
* * optimized usings.lbsa712009-02-121-1/+0
|
* i'm extending the RestStreamHandler.Handler(...) signature to actually Dr Scofield2008-05-201-1/+1
| | | | | | | | | | | provide OSHttpRequest and OSHttpResponse to our REST handler. also, this adds proper RestPlugin.IsGod() checking against the X-OpenSim-Godkey HTTP request header. last, i added XML doc comments to RestPlugin.cs
* adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵Dr Scofield2008-05-191-1/+2
| | | | | | | | | HttpListenerResponse respectively. enhancing IStreamHandler and IStreamedHandler interfaces so that OSHttp{Request,Response} get passed in, allowing RestHandlers to set response status code, redirections, etc.
* Formatting cleanup.Jeff Ames2008-05-161-1/+1
|
* From: Dr Scofield <DrScofield@xyzzyxyzzy.net>Sean Dague2008-05-141-0/+5
| | | | | | | | | | | | | | | | | the attached patch set adds the (still work-in-progress but already working) RestPlugin base class and the RestRegionPlugin code. we are using XML serialization. currently working: GET /admin/regions/ -> returns UUID list of known regions GET /admin/regions/<UUID> -> returns detailed region information we'll be adding support for POST/DELETE/PUT and also for /admin/regions/<UUID>/name etc.
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
|
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* * Optimized usingslbsa712007-10-301-8/+6
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+28
|
* changed to native line ending encodingSean Dague2007-07-161-31/+31
|
* * LLSDStreamhandler now works.lbsa712007-07-091-1/+1
|
* * Removed AssetHttpServer, using BaseHttpServer insteadlbsa712007-07-041-22/+8
| | | | | | | | | * Removed legacy REST handling * Created two custom IStreamHandlers for asset up/download * Removed quite a lot of double and triple encodings, trying to work towards binary only and direct write into storage. * Introduced BaseStreamHandler with GetParam() and some other goodies
* * Added StreamHandler supportlbsa712007-07-041-2/+32
| | | | | | | | | * Implemented RestStreamHandler * Some caps functions now use it * Moved out RestMethodEntry from httpserver * The IStreamHandler interface now reports required method and Content-Type
* * Started work on converting BaseHttpServer to a stream dispatcherlbsa712007-07-041-0/+15