Closed
Description
Version: 6.26.1
Feature Request
The TwilioHttpClient
constructor does not support a timeout
parameter. This makes it more troublesome for clients to configure a maximum time requests should wait for replies from twilio.
Does it seem ok to add a timeout parameter (defaults to None
as it is working today) to the TwilioHttpClient
. In ruby we have this option: https://github.com/twilio/twilio-ruby/blob/master/lib/twilio-ruby/http/http_client.rb#L11
If i have your 👍 i'll work on this and open the PR.
Note: This is the PR that added the functionality to the ruby library: twilio/twilio-ruby#339