Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for implicit proxy configurations #289

Closed
wants to merge 1 commit into from

Commits on Apr 14, 2021

  1. Added support for implicit proxy configurations

    When a new http.Client is being created from HTTPClientConfig,
    implicit proxy configurations are not supported.
    
    This commit adds support to pick up proxy configurations
    from the environment when the consuming application does not
    specify any.
    
    Signed-off-by: Chaitanya Munukutla <chaitanya.m61292@gmail.com>
    c16a committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    b6441e1 View commit details
    Browse the repository at this point in the history