Files
proxypin/lib/network/util/attribute_keys.dart

10 lines
275 B
Dart

/// @author wanghongen
/// 2023/5/23
interface class AttributeKeys {
static const String host = "HOST";
static const String uri = "URI";
static const String request = "REQUEST";
static const String remote = "REMOTE";
static const String proxyInfo = "PROXY_INFO";
}