mirror of
https://github.com/opensim/opensim.git
synced 2026-06-26 00:15:39 +08:00
9 lines
190 B
C#
9 lines
190 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace OpenSim.Servers
|
|
{
|
|
public delegate string RestMethod( string request, string path, string param );
|
|
}
|