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

Support routing data through an HTTP proxy #11891

Merged
merged 3 commits into from
Nov 10, 2021
Merged

Commits on Nov 8, 2021

  1. Support routing data through an HTTP proxy

    * Support routing data through an HTTP proxy
    
    This adds the ability for the HttpClient to connect through an HTTP proxy.  We
    augment the channel factory to check if it is supposed to be proxied and, if so,
    we connect to the proxy host first, issue a CONNECT command through to the final
    recipient host and *then* give the channel to the normal http client for usage.
    imply-cheddar authored and maytasm committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9054047 View commit details
    Browse the repository at this point in the history
  2. add docs

    maytasm committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c91d31f View commit details
    Browse the repository at this point in the history
  3. address comments

    maytasm committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    896f7c8 View commit details
    Browse the repository at this point in the history