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