Files
proxypin/lib/network/util/AttributeKeys.dart
2023-06-05 19:14:21 +08:00

8 lines
180 B
Dart

/// @author wanghongen
/// 2023/5/23
interface class AttributeKeys {
static String HOST_KEY = "HOST";
static String URI_KEY = "URI";
static String REQUEST_KEY = "REQUEST";
}