OpenSimMirror/Servers/IRestHandler.cs

9 lines
160 B
C#
Raw Normal View History

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