]> git.mxchange.org Git - friendica.git/commit
Restructure HTTPClient for new paradigm
authorPhilipp <admin@philipp.info>
Sat, 23 Oct 2021 10:50:31 +0000 (12:50 +0200)
committerPhilipp <admin@philipp.info>
Thu, 28 Oct 2021 18:01:03 +0000 (20:01 +0200)
commit409d909d0f52395eae4bebf7960c368efed3865f
treef768ec7dd0709a3baceab34e2c00997e4f84fff9
parentfa55928ea3978e96bf1cc21f3759f5607f3ef503
Restructure HTTPClient for new paradigm
34 files changed:
src/Content/Text/BBCode.php
src/Core/Search.php
src/DI.php
src/Factory/HTTPClientFactory.php [deleted file]
src/Model/GServer.php
src/Model/Post/Link.php
src/Model/Post/Media.php
src/Module/Magic.php
src/Network/CurlResult.php [deleted file]
src/Network/GuzzleResponse.php [deleted file]
src/Network/HTTPClient.php [deleted file]
src/Network/HTTPClient/Capability/ICanHandleHttpResponses.php [new file with mode: 0644]
src/Network/HTTPClient/Capability/ICanRequestPerHttp.php [new file with mode: 0644]
src/Network/HTTPClient/Client/HttpClientCan.php [new file with mode: 0644]
src/Network/HTTPClient/Client/HttpClientOptions.php [new file with mode: 0644]
src/Network/HTTPClient/Factory/HttpClient.php [new file with mode: 0644]
src/Network/HTTPClient/Response/CurlResult.php [new file with mode: 0644]
src/Network/HTTPClient/Response/GuzzleResponse.php [new file with mode: 0644]
src/Network/HTTPClientOptions.php [deleted file]
src/Network/IHTTPClient.php [deleted file]
src/Network/IHTTPResult.php [deleted file]
src/Network/Probe.php
src/Protocol/OStatus.php
src/Util/HTTPSignature.php
src/Util/ParseUrl.php
src/Worker/OnePoll.php
static/dependencies.config.php
tests/DiceHttpMockHandlerTrait.php
tests/src/Core/InstallerTest.php
tests/src/Core/Storage/Repository/StorageManagerTest.php
tests/src/Network/CurlResultTest.php [deleted file]
tests/src/Network/HTTPClient/Client/HTTPClientTest.php [new file with mode: 0644]
tests/src/Network/HTTPClient/Response/CurlResultTest.php [new file with mode: 0644]
tests/src/Network/HTTPClientTest.php [deleted file]