标签: erlang
通常我会使用以下命令配置代理:
httpc:set_options([{proxy, {{"www-proxy.mycompany.com", 8000}, ["localhost"]}}]).
是否可以使用配置文件获得相同的结果?