#YouTube Playlist

5 messages · Page 1 of 1 (latest)

unreal crown
#

I guess I can understand why you might use httpoison as your http client since it's technically "the most popular" (even though it's really falling out of favor in the community), but why recommend using poison in your video? Almost everything uses jason now, and poison hasn't even seen a release in 2 years.

unreal crown
#

It's a popular questions in this discord, because there really are a lot of http clients out there these days... but I prefer anything built on finch, which is in turn build on mint, the pure elixir http client. My favorite lately has been req: https://github.com/wojtekmach/req.

#

personally I would avoid anything built on hackney (which is what httpoison is built on). I've personally been hit with strange bugs and behavior from it and I've heard others have problems with it sometimes too.

#

I think that's why the community has slowly been moving away from it, or at least trying to

rugged maple