aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/RestClient/RestClient.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-11added copyright noticesJeff Ames1-0/+28
2007-12-03minor meaningless changesJeff Ames1-2/+2
2007-11-01debug tracing for asset server hangsSean Dague1-2/+10
2007-10-30* Optimized usingslbsa711-28/+36
* Shortened type references * Removed redundant 'this' qualifier
2007-10-26Very early first implementation of grid based assets.Tleiades Hax1-15/+86
Run this on a major grid, and weep
2007-10-25fix line endingsSean Dague1-328/+328
2007-10-25Created a generic RESTClient component, which simplifies querying for ↵Tleiades Hax1-0/+328
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.