How do you use Connection Pooling with Ruby Rest Client gem?

I am using RestClient to communicate with an API in one of my Rails applications.

I cannot figure out how to set up a connection pool with this gem.

My question is essentially:

How to configure Rest Client to use connection pooling?

+3


source to share





All Articles