EasyPost / easypost-csharp

EasyPost Shipping API Client Library for .NET and .NET Framework applications
https://easypost.com/docs/api
MIT License
66 stars 74 forks source link

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

Closed nwithan8 closed 5 months ago

nwithan8 commented 6 months ago

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

Pull Request Type

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

Justintime50 commented 5 months ago

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.