aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World/WorldView/WorldViewRequestHandler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ↵Justin Clark-Casey (justincc)1-1/+1
of OSHttpRequest/OSHttpResponse. This is required for the substitution of different HTTP servers or the newer HttpServer.dll without having to commit to a particular implementation. This is also required to write regression tests that involve the HTTP layer. If you need to recompile, all you need to do is replace OSHttpRequest/OSHttpResponse references with IOSHttpRequest/IOSHttpResponse.
2010-10-06Add and plumb the usetex URL parameter to worldview. Required but not yetMelanie1-1/+5
functional
2010-10-06Convert worldview to GETMelanie1-7/+11
2010-10-06Change the URL /worldview to /worldview/<region id> to support multiregionMelanie1-2/+2
2010-10-06Add the parameter plumbing and image generationMelanie1-1/+14
2010-10-06Add WOrldView request handler and plumbingMelanie1-0/+127