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

[chore] Demonstrate how users can provide their own proxy in custom HttpClient #565

Merged
merged 5 commits into from
May 17, 2024

Conversation

nwithan8
Copy link
Member

Description

Added unit test showing that/how users can use a proxy by utilizing the custom HttpClient capabilities in this library. No changes to the source code are required for proxy support.

Testing

  • Added unit tests for proxy configuration

Pull Request Type

Please select the option(s) that are relevant to this PR.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement (fixing a typo, updating readme, renaming a variable name, etc)

@nwithan8 nwithan8 changed the title [chore] Prove users can provide their own proxy in custom HttpClient [chore] Demonstrate how users can provide their own proxy in custom HttpClient May 17, 2024
@Justintime50
Copy link
Member

Is proxying detailed in the README? If not, let's please add a new section documenting how to use it in addition to the unit tests added here.

README.md Outdated Show resolved Hide resolved
EasyPost.Tests/ClientTest.cs Show resolved Hide resolved
Co-authored-by: Junjie(Jack) Chen <jchen@easypost.com>
@nwithan8 nwithan8 merged commit 875ef52 into master May 17, 2024
14 checks passed
@nwithan8 nwithan8 deleted the proxy_support branch May 17, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants