TwilioHttpClient does not support timeout in constructor #460
Labels
difficulty: easy
fix is easy in difficulty
status: help wanted
requesting help from the community
type: community enhancement
feature request not on Twilio's roadmap
Version: 6.26.1
Feature Request
The
TwilioHttpClient
constructor does not support atimeout
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 theTwilioHttpClient
. In ruby we have this option: https://github.com/twilio/twilio-ruby/blob/master/lib/twilio-ruby/http/http_client.rb#L11If 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
The text was updated successfully, but these errors were encountered: