28 using System.Collections;
30 namespace OpenSim.Framework.Servers.HttpServer
34 public abstract Hashtable Handle(
string path, Hashtable Request);
36 protected BaseHTTPHandler(
string httpMethod,
string path) : this(httpMethod, path, null, null) {}
38 protected BaseHTTPHandler(
string httpMethod,
string path,
string name,
string description)
39 : base(httpMethod, path, name, description) {}
BaseHTTPHandler(string httpMethod, string path, string name, string description)
BaseHTTPHandler(string httpMethod, string path)
Interactive OpenSim region server