From 08d5d10d62df2c1c418e7a39cadb6662ea66b228 Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Wed, 11 Apr 2007 14:14:19 +0000 Subject: * Started on converting UserHTTPServer to BaseHttpServer * Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler --- OpenSim.Servers/IRestHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim.Servers/IRestHandler.cs') diff --git a/OpenSim.Servers/IRestHandler.cs b/OpenSim.Servers/IRestHandler.cs index 08737cc..c322505 100644 --- a/OpenSim.Servers/IRestHandler.cs +++ b/OpenSim.Servers/IRestHandler.cs @@ -4,5 +4,5 @@ using System.Text; namespace OpenSim.Servers { - public delegate string RestMethod( string request, string path ); + public delegate string RestMethod( string request, string path, string param ); } -- cgit v1.1