socketry / cloudflare

An asynchronous Ruby wrapper for the CloudFlare V4 API.
138 stars 86 forks source link

HTTP configuration missing #66

Open jughead opened 3 years ago

jughead commented 3 years ago

It's not clear how to configure http for this gem. For example, I would like to use Faraday, set timeouts, and configure logging at least for debugging purposes. As I understand neither cloudflare, nor async-rest provide this functionality. Is there any way?