希望curl能支持connect-to和resolve参数 ```bash curl --connect-to api.example.com:443:localhost:8080 https://api.example.com/users curl --resolve b.com:443:1.2.3.4 https://b.com/ ``` --resolve <host:port:address> 改 DNS 解析结果 --connect-to <host1:port1:host2:port2> 改网络层连接目标
希望curl能支持connect-to和resolve参数
--resolve host:port:address
改 DNS 解析结果
--connect-to host1:port1:host2:port2
改网络层连接目标