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
*NOTE*: This method will attempt to locate a loaded Http Client based upon the array defined
54
54
[here](./src/Config.php#L98).
55
55
56
-
If you are using a PSR-7 compliant Http Client that does NOT have a pre-built adapter but DOES,
57
-
that is ok! You may use the below function to construct a configuration file with defaults and your own
58
-
Http Client instance:
56
+
If you are using a PSR-7 compliant Http Client that does NOT have a pre-built adapter,
57
+
that is ok! You simply need to create a thin wrapper around your client that implements the [HttpClient](https://github.com/php-http/httplug/blob/master/src/HttpClient.php) interface and use the below function to construct a config object with defaults and your wrapper instance:
0 commit comments