diff options
Diffstat (limited to '')
-rw-r--r-- | Servers/IRestHandler.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Servers/IRestHandler.cs b/Servers/IRestHandler.cs index f269600..deb77d8 100644 --- a/Servers/IRestHandler.cs +++ b/Servers/IRestHandler.cs | |||
@@ -4,8 +4,5 @@ using System.Text; | |||
4 | 4 | ||
5 | namespace OpenSim.CAPS | 5 | namespace OpenSim.CAPS |
6 | { | 6 | { |
7 | public interface IRestHandler | 7 | public delegate string RestMethod( string request ); |
8 | { | ||
9 | string HandleREST(string requestBody, string requestURL, string requestMethod); | ||
10 | } | ||
11 | } | 8 | } |