【发布时间】:2021-04-14 05:45:27
【问题描述】:
我尝试了以下方法但没有成功:
:httpc.set_options( proxy: {{'proxy.int.mycompany.com', 8080}, ['localhost'], proxy_auth: {'developer', 'developer'}})
和
:httpc.set_options(proxy: { {'proxy.int.mycompany.com', 8080}, ['localhost'], {'proxy_auth', 'developer', 'developer'}})
【问题讨论】: