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

Process-less operation #16

Closed gamache closed 5 years ago

gamache commented 5 years ago

This PR resolves #5 by changing Mojito.request so that no additional processes are created. TCP messages are received and handled in the caller process.

Also in this PR:

andyleclair commented 5 years ago

Well that's pretty neat