merge-api / merge-java-client

The JVM SDK for accessing various Merge Unified APIs
Other
3 stars 5 forks source link

Adding POC for a client options configurer. #58

Open Bwvolleyball opened 2 weeks ago

Bwvolleyball commented 2 weeks ago

We've been facing an error with a passthrough request where the response headers are too big for the HTTP client.

Can we add a means to allow configuring the underlying HTTP client, just so that we can supply a few tweaks to make it work for this request?