mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Started on converting UserHTTPServer to BaseHttpServer
* Added a 'param' param to the RestMethod * Added RestHandlerEntry to store more info about the 'rest' handler
This commit is contained in:
@@ -197,7 +197,7 @@ namespace OpenSim
|
||||
return new XmlRpcResponse();
|
||||
});
|
||||
_httpServer.AddRestHandler("GET", "/simstatus/",
|
||||
delegate(string request, string path)
|
||||
delegate(string request, string path, string param )
|
||||
{
|
||||
return "OK";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user