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
The package adds a binding for Http\Httplug\HttplugManager::class (and the alias 'httplug'). But when using dependency injection, I would much prefer to request Http\Client\HttpClient rather than Http\Httplug\HttplugManager.
Do you think it would be a good idea to add bindigs for Http\Client\HttpClient (and perhaps also Http\Client\HttpAsyncClient)?
The text was updated successfully, but these errors were encountered:
The package adds a binding for
Http\Httplug\HttplugManager::class
(and the alias'httplug'
). But when using dependency injection, I would much prefer to requestHttp\Client\HttpClient
rather thanHttp\Httplug\HttplugManager
.Do you think it would be a good idea to add bindigs for
Http\Client\HttpClient
(and perhaps alsoHttp\Client\HttpAsyncClient
)?The text was updated successfully, but these errors were encountered: