aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common-Source/OpenSim.Servers/IRestHandler.cs
blob: c322505fbe5986b7d4d77cff48cdca58cee7f435 (plain)
1
2
3
4
5
6
7
8
using System;
using System.Collections.Generic;
using System.Text;

namespace OpenSim.Servers
{
    public delegate string RestMethod( string request, string path, string param );
}