aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Servers/IRestHandler.cs
blob: 46459ffd96185599f7156ffdc09ad84e9a94d6f2 (plain)
1
2
3
4
5
6
7
8
using System;
using System.Collections.Generic;
using System.Text;

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