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: docs/client-usage.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -108,9 +108,6 @@ TwilioClient::twilio();
108
108
109
109
## HTTP Client
110
110
111
-
This package attempts to create an appropriate `Twilio\Http\Client` for the SDK based on the packages available in your application, using the following preferences:
112
-
113
-
- If Guzzle is available, a client using [Laravel's HTTP client](https://laravel.com/docs/http-client) is used
114
-
- If Guzzle is not available, the Twilio SDK's Curl client is used
111
+
This package provides an implementation of the `Twilio\Http\Client` using [Laravel's HTTP client](https://laravel.com/docs/http-client) to handle the underlying API requests.
115
112
116
113
If you need to customize the HTTP client used by default in your application, you can extend the `Twilio\Http\Client` service this package creates to use your own HTTP client.
0 commit comments