Add most of the meat to the LSL HTTP server

This commit is contained in:
Melanie Thielker
2009-05-13 04:04:26 +00:00
parent ba8850f254
commit 1196f3eac7
3 changed files with 133 additions and 12 deletions

View File

@@ -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);
}
}