using System; using System.Collections.Generic; using System.Text; namespace OpenSim.CAPS { public delegate string RestMethod( string request ); }