mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
add SimpleBinaryHandler
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user