aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/RestClient/GenericAsyncResult.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Very early first implementation of grid based assets.Tleiades Hax2007-10-261-1/+1
| | | | | Run this on a major grid, and weep
* fix line endingsSean Dague2007-10-251-163/+163
|
* Created a generic RESTClient component, which simplifies querying for ↵Tleiades Hax2007-10-251-0/+163
resources from REST based web-services. Currently it supports a barebones scheme for specifying the path of the resource and querying asynchroneously. POST method is still wacky and a good solid scheme for handling timeout still remain.