]> git.mxchange.org Git - friendica.git/history - src/Network/HTTPClient.php
Fix HTTPClient
[friendica.git] / src / Network / HTTPClient.php
2021-08-25 PhilippFix HTTPClient
2021-08-25 PhilippFixup HTTP headers for httpClient requests
2021-08-25 PhilippFixing https://github.com/friendica/friendica/issues...
2021-08-25 PhilippAdapt tests
2021-08-25 PhilippUse mattwright/urlresolver for HTTPClient::finalUrl()
2021-08-25 PhilippUse Guzzle for HTTPClient::post()
2021-08-25 PhilippRefactor HTTPClient::get() / ::head()
2021-08-25 PhilippCreate HTTPClientFactory and introduce ImageTest