Skip to content

Conversation

@While-Shark
Copy link

@While-Shark While-Shark commented Oct 1, 2025

must set proxy at mergeHttpOptions() , otherwise the proxy not working

fix(proxy) base on #455 #455

@google-cla
Copy link

google-cla bot commented Oct 1, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@While-Shark While-Shark closed this Oct 6, 2025
@While-Shark While-Shark reopened this Oct 20, 2025
@While-Shark
Copy link
Author

example with proxy

Client client = Client.builder()
.apiKey(API_KEY)
.httpOptions(HttpOptions.builder().timeout(30000)
.proxy(new Proxy(Proxy.Type.HTTP, new InetSocketAddress("127.0.0.1", 10808)))
.build())
.build()

@While-Shark While-Shark changed the title must set proxy at mergeHttpOptions() , otherwise the proxy not working feat: must set proxy at mergeHttpOptions() , otherwise the proxy not working Oct 20, 2025
@While-Shark While-Shark changed the title feat: must set proxy at mergeHttpOptions() , otherwise the proxy not working must set proxy at mergeHttpOptions() , otherwise the proxy not working Oct 20, 2025
@While-Shark While-Shark changed the title must set proxy at mergeHttpOptions() , otherwise the proxy not working fix(proxy): apply proxy in mergeHttpOptions to ensure functionality Oct 20, 2025
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.

2 participants