]> git.mxchange.org Git - friendica.git/commit
Create HTTPClientFactory and introduce ImageTest
authorPhilipp <admin@philipp.info>
Sun, 22 Aug 2021 22:14:18 +0000 (00:14 +0200)
committerPhilipp <admin@philipp.info>
Wed, 25 Aug 2021 12:22:42 +0000 (14:22 +0200)
commit52c7948526152269d898f1187bcda4d103bb4380
tree2ee26e921961ee1a4e3f8eee12c3883a7207641e
parent73e8db24f941515ffb5355908e5ee2d8dd283d63
Create HTTPClientFactory and introduce ImageTest
src/DI.php
src/Factory/HTTPClientFactory.php [new file with mode: 0644]
src/Network/HTTPClient.php [new file with mode: 0644]
src/Network/HTTPRequest.php [deleted file]
src/Network/IHTTPClient.php [new file with mode: 0644]
src/Network/IHTTPRequest.php [deleted file]
static/dependencies.config.php
tests/datasets/curl/image.content [new file with mode: 0644]
tests/src/Network/HTTPRequestTest.php [new file with mode: 0644]