appcues / mojito

An easy-to-use Elixir HTTP client, built on the low-level Mint library.
https://hexdocs.pm/mojito/Mojito.html
MIT License
349 stars 34 forks source link

Update Mint to v1.0.0 #39

Closed esvinson closed 4 years ago

esvinson commented 4 years ago

This updates Mint to v1.0.0 which adds support for proxy_headers which in turn adds support for authenticated proxy requests using Basic authentication.

Full change log since v0.4.0:

v1.0.0

Breaking changes

v0.5.0

Bug fixes and improvements

gamache commented 4 years ago

Thanks for the PR!