Create HTTPClientFactory and introduce ImageTest

This commit is contained in:
Philipp
2021-08-23 00:14:18 +02:00
parent 73e8db24f9
commit 52c7948526
7 changed files with 278 additions and 134 deletions

View File

@@ -407,11 +407,11 @@ abstract class DI
//
/**
* @return Network\IHTTPRequest
* @return Network\IHTTPClient
*/
public static function httpRequest()
{
return self::$dice->create(Network\IHTTPRequest::class);
return self::$dice->create(Network\IHTTPClient::class);
}
//