add SimpleBinaryHandler

This commit is contained in:
UbitUmarov
2020-04-28 16:21:03 +01:00
parent 1f7286fb95
commit 3482259518
2 changed files with 164 additions and 0 deletions

View File

@@ -104,4 +104,5 @@ namespace OpenSim.Framework.Servers.HttpServer
public delegate void SimpleStreamMethod(IOSHttpRequest httpRequest, IOSHttpResponse httpResponse);
public delegate void SimpleOSDMapMethod(IOSHttpRequest httpRequest, IOSHttpResponse httpResponse, OSDMap args);
public delegate void SimpleBinaryMethod(IOSHttpRequest httpRequest, IOSHttpResponse httpResponse, byte[] data);
}