mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Removed the exit-region command, now use "change-region root" or "change-region .." to change back to root level. [Would be nice if the command prompt changed to show what the current region was, but think that will need changes to the console code so for now it will have to stay as it is].
This commit is contained in:
12
OpenSim/Region/Environment/Interfaces/IHttpRequests.cs
Normal file
12
OpenSim/Region/Environment/Interfaces/IHttpRequests.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.Region.Environment.Interfaces
|
||||
{
|
||||
public interface IHttpRequests
|
||||
{
|
||||
LLUUID MakeHttpRequest(string url, string type, string body);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user