mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
add request QueryFlags
This commit is contained in:
@@ -52,6 +52,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
bool KeepAlive { get; }
|
||||
NameValueCollection QueryString { get; }
|
||||
Hashtable Query { get; }
|
||||
HashSet<string> QueryFlags { get; }
|
||||
Dictionary<string, string> QueryAsDictionary { get; } //faster than Query
|
||||
string RawUrl { get; }
|
||||
IPEndPoint RemoteIPEndPoint { get; }
|
||||
|
||||
Reference in New Issue
Block a user