uploadcare / uploadcare-java

Java API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
Apache License 2.0
6 stars 13 forks source link

Add posibility to configure underlying http client #3

Closed myniva closed 8 years ago

myniva commented 10 years ago

In my case I need to set a proxy, but there could be other options which a user would like to set on the underlying http client.

dmitry-mukhin commented 10 years ago

this should be fairly simple, just adding an optional HttpClient arg to Client()