Skip to content

Conversation

githubmicrob
Copy link

@githubmicrob githubmicrob commented Nov 15, 2024

…Client configurable.

Summary

Extracted HTTP client functionality to separate class. Introduced HttpClient interface to make the implementation of HTTP client replaceable. In our case having another implementation is necessary because Java implementation doesn't work with HTTPS proxies.

Fix: #135

Checklist

  • Added changelog entry
  • Ran unit tests (rake test:unit)
  • I understand that unless this is a Draft PR or has a DO NOT MERGE label, this PR is considered to be in a deploy ready state and can be deployed if merged to main

@ishestakov
Copy link

Hello @saralvasquez,
Hope you can advice what should be the process of this PR🙏.
Seems it will allow to use Braintree java sdk behind https proxy

@githubmicrob githubmicrob force-pushed the feature/make-http-client-configurable branch from a668f4d to bf66be4 Compare April 3, 2025 13: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.

HTTPS proxy support

2 participants