mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
add SimpleOSDMapHandler, for caps that have just one httpmethod and body should be decoded as OSDMap, so we don't right the same things all pver
This commit is contained in:
@@ -48,6 +48,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
Name = null;
|
||||
m_path = path;
|
||||
}
|
||||
|
||||
protected SimpleBaseRequestHandler(string path, string name)
|
||||
{
|
||||
Name = name;
|
||||
|
||||
Reference in New Issue
Block a user