spring-cloud / spring-cloud-openfeign

Support for using OpenFeign in Spring Cloud apps
Apache License 2.0
1.17k stars 756 forks source link

Support customization of JDK 11+ HttpClient #999

Closed driverpt closed 3 months ago

driverpt commented 3 months ago

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