aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/IStreamHandler.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Diuerse beavtificatemslbsa712007-11-011-1/+0
|
* * Added a streamhandler that does streams both in and outlbsa712007-10-311-4/+14
| | | | | | | * The RestDeserialisehandler now does streams and returns an object instead of string
* * Optimized usingslbsa712007-10-301-8/+5
| | | | | | * 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-22/+22
|
* * Removed AssetHttpServer, using BaseHttpServer insteadlbsa712007-07-041-0/+3
| | | | | | | | | * 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-1/+8
| | | | | | | | | * 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/+12