aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Servers/IRestHandler.cs
blob: deb77d8d76ae99d5f907f83b0f5deba59c24d1cb (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 );
}