mirror of
https://github.com/opensim/opensim.git
synced 2026-05-24 19:05:34 +08:00
9 lines
190 B
C#
9 lines
190 B
C#
using libsecondlife;
|
|
|
|
namespace OpenSim.Region.Environment.Interfaces
|
|
{
|
|
public interface IHttpRequests
|
|
{
|
|
LLUUID MakeHttpRequest(string url, string type, string body);
|
|
}
|
|
} |