aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/IStreamHandler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-16changed to native line ending encodingSean Dague1-22/+22
2007-07-04* Removed AssetHttpServer, using BaseHttpServer insteadlbsa711-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
2007-07-04* Added StreamHandler supportlbsa711-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
2007-07-04* Started work on converting BaseHttpServer to a stream dispatcherlbsa711-0/+12