mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 20:40:25 +08:00
396 B
396 B
网络地址定义
定义
{
"protocol": "协议",
"host": "主机地址,通常为空",
"portRange": "端口或者端口范围"
}
示例
对于 http://example.com:
{
"protocol": "http",
"host": "example.com",
"portRange": "80"
}
对于 https://example.com:
{
"protocol": "https",
"host": "example.com",
"portRange": "443"
}