You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,10 @@ print(str(r))
169
169
<Response><Say>Welcome to twilio!</Say></Response>
170
170
```
171
171
172
+
### Using a Custom HTTP Client
173
+
174
+
To use a custom HTTP client with this helper library, please see the [Twilio documentation](https://www.twilio.com/docs/libraries/python/custom-http-clients-python).
175
+
172
176
### Docker Image
173
177
174
178
The `Dockerfile` present in this repository and its respective `twilio/twilio-python` Docker image are currently used by Twilio for testing purposes only.
0 commit comments