mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
add SimpleOSDMapHandler, for caps that have just one httpmethod and body should be decoded as OSDMap, so we don't right the same things all pver
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
|
||||
using System.Collections;
|
||||
using System.IO;
|
||||
using OpenMetaverse.StructuredData;
|
||||
|
||||
namespace OpenSim.Framework.Servers.HttpServer
|
||||
{
|
||||
@@ -102,4 +103,5 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
}
|
||||
|
||||
public delegate void SimpleStreamMethod(IOSHttpRequest httpRequest, IOSHttpResponse httpResponse);
|
||||
public delegate void SimpleOSDMapMethod(IOSHttpRequest httpRequest, IOSHttpResponse httpResponse, OSDMap args);
|
||||
}
|
||||
Reference in New Issue
Block a user