mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Started working on LlsdMethod for BaseHttpServer
*Renamed IRestHandler.cs to RestMethod.cs which is the correct name.
This commit is contained in:
8
OpenSim/Framework/Servers/LlsdMethod.cs
Normal file
8
OpenSim/Framework/Servers/LlsdMethod.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Framework.Servers
|
||||
{
|
||||
public delegate string LlsdMethod(string request, string path, string param);
|
||||
}
|
||||
Reference in New Issue
Block a user