]> git.mxchange.org Git - friendica.git/history - src/Factory/HTTPClientFactory.php
Cleanup namespace
[friendica.git] / src / Factory / HTTPClientFactory.php
2021-10-27 Hypolite PetovanMerge pull request #10918 from nupplaphil/feat/core_new...
2021-10-26 PhilippRefactoring Core class structures ...
2021-10-19 Tobias DiekershoffMerge pull request #10892 from nupplaphil/feat/vagrant_php8
2021-10-18 Hypolite PetovanMerge pull request #10891 from nupplaphil/bug/httpclien...
2021-10-18 Philipprequire_once dbstructure.config.php for HTTPClientFacto...
2021-08-25 Hypolite PetovanMerge pull request #10636 from nupplaphil/feat/httpclie...
2021-08-25 PhilippRealy fix setCookieJar
2021-08-25 Hypolite PetovanMerge pull request #10635 from nupplaphil/bug/urlresolver
2021-08-25 PhilippUse temporary files for the URLResolver CookieJar
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 PhilippExtend test capability for HTTP Requests
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