Is your feature request related to a problem? Please describe.
Currently I need to add Proxy Information to JDK 11+ HttpClient.
Describe the solution you'd like
Exposing a HttpClient.Builder
Describe alternatives you've considered
Creating a @Bean and adding @Primary
Additional context
N/A
Is your feature request related to a problem? Please describe.
Currently I need to add Proxy Information to JDK 11+ HttpClient.
Describe the solution you'd like
Exposing a
HttpClient.BuilderDescribe alternatives you've considered
Creating a
@Beanand adding@PrimaryAdditional context
N/A