aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/RestStreamHandler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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