ProxyEnv (proxy_env v0.1.0)
A tesla middleware, read environment variable and set up proxying for adapter. Supported adapter: httpc | mint | hackney
example-usage-auto
Example usage (auto)
defmodule MyClient do
use Tesla
plug ProxyEnv
end
example-usage-custom
Example usage (custom)
defmodule MyClient do
use Tesla
plug ProxyEnv, :httpc # :httpc | :mint | :hackney
end
Link to this section Summary
Link to this section Functions
Link to this function