curl --location --request POST '/test/test-speed/' \ --data-urlencode 'url=https://google.com'
{ "url": "https://google.com", "status_code": 301, "total_latency_ms": "807.77", "comment": "延迟包含 DNS解析, TCP连接, SSL握手 和 服务器响应时间。" }