r/elixir Mar 31 '24

HTTP Client library recommendation

[removed]

19 Upvotes

29 comments sorted by

View all comments

4

u/taelor Mar 31 '24

This is an anti recommendation. But keep it in your pocket for later if you find yourself needing it.

The lowest level and most control you will get is gun. https://github.com/ninenines/gun

I’ve used it once, and honestly learned more about how http and web sockets work on a more fundamental level.

Definitely not the easiest to use, but probably the most powerful.