28 namespace OpenSim.Framework.Servers.HttpServer
30 public delegate
string RestMethod(
string request,
string path,
string param,
31 IOSHttpRequest httpRequest, IOSHttpResponse httpResponse);
delegate string RestMethod(string request, string path, string param, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)