mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
let show http-handlers list simpleStreamHandlers
This commit is contained in:
@@ -370,6 +370,11 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
return new List<string>(m_streamHandlers.Keys);
|
||||
}
|
||||
|
||||
public List<string> GetSimpleStreamHandlerKeys()
|
||||
{
|
||||
return new List<string>(m_simpleStreamHandlers.Keys);
|
||||
}
|
||||
|
||||
private static string GetHandlerKey(string httpMethod, string path)
|
||||
{
|
||||
return httpMethod + ":" + path;
|
||||
|
||||
Reference in New Issue
Block a user