]> git.mxchange.org Git - friendica.git/history - src/Network/HTTPClient.php
Catch TransferExceptions for HTTPClient::finalUrl() in case the headers are empty
[friendica.git] / src / Network / HTTPClient.php
2021-08-29 PhilippCatch TransferExceptions for HTTPClient::finalUrl(...
2021-08-26 Hypolite PetovanMerge pull request #10637 from nupplaphil/feat/webdav_s...
2021-08-25 Philipp[WIP] WebDav Storage backend
2021-08-25 Hypolite PetovanMerge pull request #10636 from nupplaphil/feat/httpclie...
2021-08-25 PhilippRename HTTPRequestOptions to HTTPClientOptions
2021-08-25 PhilippFix HTTPRequestOptions at HTTPClient::post()
2021-08-25 PhilippFixing HTTPClient::post() and introduce HTTPRequestOptions
2021-08-25 PhilippExpose IHTTPClient::request()
2021-08-25 Hypolite PetovanMerge pull request #10633 from nupplaphil/task/httprequ...
2021-08-25 PhilippMerge branch 'task/httprequest_optimiziations' of https...
2021-08-25 PhilippRevert setCookieJar() and add overwrite parameter fpr...
2021-08-25 PhilippAdd suggestions
2021-08-25 PhilippAdd logpoint
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