mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-04-06 08:35:06 +08:00
8 lines
184 B
Dart
8 lines
184 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";
|
|
}
|