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

Follow redirect #21

Closed sntran closed 2 years ago

sntran commented 5 years ago

Support option to follow_redirect and return the response at the final location.

gamache commented 5 years ago

Solid idea. We'll add this.

ntenczar commented 2 years ago

Hi! This project is now deprecated:

We recommend that you use Finch which is also built on Mint. The creator of Finch has an excellent writeup here describing the problems with Mojito, and as a result we use Finch internally at Appcues now.