mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Add most of the meat to the LSL HTTP server
This commit is contained in:
@@ -40,5 +40,8 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void HttpResponse(UUID request, int status, string body);
|
||||
string GetHttpHeader(UUID request, string header);
|
||||
int GetFreeUrls();
|
||||
|
||||
void ScriptRemoved(UUID itemID);
|
||||
void ObjectRemoved(UUID objectID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user