2007-03-27 09:35:03 +00:00
|
|
|
using System;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System.Text;
|
|
|
|
|
2007-03-30 10:14:15 +00:00
|
|
|
namespace OpenSim.Servers
|
2007-03-27 09:35:03 +00:00
|
|
|
{
|
2007-04-11 14:14:19 +00:00
|
|
|
public delegate string RestMethod( string request, string path, string param );
|
2007-03-27 09:35:03 +00:00
|
|
|
}
|