使用
Tesla.Adapter.Mint
时如何设置代理凭据。根据 https://hexdocs.pm/tesla/Tesla.Adapter.Mint.html
它应该类似于 {:http, "127.0.0.1", 8888, []}
,但是我可以在哪里传递凭据,就像:{Tesla.Adapter.Hackney, [proxy: {"1.2.3.4", 1234}, proxy_auth: {"user", "pass"}]}
?
proxy_headers
选项:
- 标题列表 (:proxy_headers
) 使用代理时通过。它们将用于Mint.Types.headers/0
请求 在隧道代理中或与转发代理的每个请求合并。CONNECT