mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Add method to remove JsonRpc Handlers from the server
This commit is contained in:
@@ -140,6 +140,8 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
void RemoveStreamHandler(string httpMethod, string path);
|
||||
|
||||
void RemoveXmlRPCHandler(string method);
|
||||
|
||||
void RemoveJsonRPCHandler(string method);
|
||||
|
||||
string GetHTTP404(string host);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user