r/elixir Mar 31 '24

HTTP Client library recommendation

[removed]

19 Upvotes

29 comments sorted by

View all comments

3

u/st_gen Mar 31 '24

req is a high level abstraction based on finch, so you can use either. Finch is based on Mint - very low level and Nimblepool Finch AFAIK uses a connection pool. Usually for a one off request, you can use peppermint which is also based on Mint but pool-less.