mathieuprog / tz

Time zone support for Elixir
Apache License 2.0
147 stars 11 forks source link

Add default Mint HTTP client options #17

Closed gabrielgiordan closed 1 year ago

gabrielgiordan commented 1 year ago

Aims to add a way to pass custom options to the default Mint HTTP client by adding a new config to the particular Mint implementation: Tz.HTTP.Mint.HTTPClient.

This would be particularly useful when one still wants to use the default client, but have to use a proxy to request timezones, for example (our use case).

mathieuprog commented 1 year ago

Excellent work 👌 merged