Restructure HTTPClient for new paradigm

This commit is contained in:
Philipp Holzer 2021-10-23 12:50:31 +02:00
commit 409d909d0f
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
25 changed files with 210 additions and 198 deletions

View file

@ -224,8 +224,8 @@ return [
['getBackend', [], Dice::CHAIN_CALL],
],
],
Network\IHTTPClient::class => [
'instanceOf' => Factory\HTTPClientFactory::class,
Network\HTTPClient\Capability\ICanRequestPerHttp::class => [
'instanceOf' => Network\HTTPClient\Factory\HttpClient::class,
'call' => [
['createClient', [], Dice::CHAIN_CALL],
],