How to use pools with HTTPotion?

Solution

You can’t. HTTPotion doesn’t support pools, so if you want to use pools you would have to use something like poolboy and join them together.

@OvermindDL1
I believe Tesla is overkill. All I want to do are simple HTTP GET requests. Millions of them. Hackney can’t handle it so I can’t use anything that uses Hackney. But thanks for the link, it sure looks interesting.

Off-topic

This question was started because I was considering using pools with HTTPotion. The reason for this is that I usually default to using pools in every component I make without thinking, but Elixir is different in that processes are so cheap it is game changing.

Thus, I created another topic to reflect this:

Feel free to drop your 2cents.