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 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\HttpClientrather thanHttp\Httplug\HttplugManager.Do you think it would be a good idea to add bindigs for
Http\Client\HttpClient(and perhaps alsoHttp\Client\HttpAsyncClient)?