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