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

Nima WebClient Builder Config support #6935

Closed
Tracked by #6683 ...
dalexandrov opened this issue Jun 1, 2023 · 1 comment · Fixed by #7056
Closed
Tracked by #6683 ...

Nima WebClient Builder Config support #6935

dalexandrov opened this issue Jun 1, 2023 · 1 comment · Fixed by #7056
Assignees
Labels
4.x Version 4.x Níma Helidon Níma webclient
Milestone

Comments

@dalexandrov
Copy link
Contributor

dalexandrov commented Jun 1, 2023

In 3.x we had this:

Config config = Config.create();
WebClient.builder()
         .config(config.get("client"))
         .build();

See the javadoc

@arjav-desai
Copy link
Member

arjav-desai commented Jun 22, 2023

FYI, as part of PR #7056, we are adding a method to read config and set value on builder based on that. Though, it may not cover all headers/config possible since some features are not yet available (like proxy and cookies) so filed a follow up issue #7078

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x Níma Helidon Níma webclient
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants