我尝试了以下方法,但没有成功:
: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'}})
1条答案
按热度按时间b1payxdu1#
:httpc.set_options/1
需要属性列表。