aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/RestClient/GenericAsyncResult.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added copyright noticesJeff Ames2007-12-111-0/+28
|
* * Optimized usingslbsa712007-10-301-21/+16
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* 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.