This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpClient
2020-03-12 18:24:09 +01:00
..
Chunk [HttpClient] Retry safe requests when then fail before the body arrives 2019-11-04 16:10:28 +01:00
DataCollector Merge branch '5.0' 2020-02-11 15:27:37 +01:00
DependencyInjection Drop useless executable bit 2019-11-16 08:59:35 -10:00
Exception removed @experimental annotations 2019-06-29 18:43:50 +02:00
Internal [HttpClient] made HttpClient::create() return an AmpHttpClient when amphp/http-client is found but curl is not or too old 2020-03-12 18:24:09 +01:00
Response [HttpClient] Add portable HTTP/2 implementation based on Amp's HTTP client 2020-03-02 14:21:45 +01:00
Tests [HttpClient] made HttpClient::create() return an AmpHttpClient when amphp/http-client is found but curl is not or too old 2020-03-12 18:24:09 +01:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore [HttpClient] Add .gitignore file 2019-09-16 14:30:38 +02:00
AmpHttpClient.php [HttpClient] Add portable HTTP/2 implementation based on Amp's HTTP client 2020-03-02 14:21:45 +01:00
CachingHttpClient.php Correctly remove trace level options for HttpCache 2020-02-14 09:25:43 +01:00
CHANGELOG.md [HttpClient] made HttpClient::create() return an AmpHttpClient when amphp/http-client is found but curl is not or too old 2020-03-12 18:24:09 +01:00
composer.json [HttpClient] made HttpClient::create() return an AmpHttpClient when amphp/http-client is found but curl is not or too old 2020-03-12 18:24:09 +01:00
CurlHttpClient.php Merge branch '4.3' into 4.4 2020-01-06 13:57:54 +01:00
HttpClient.php [HttpClient] made HttpClient::create() return an AmpHttpClient when amphp/http-client is found but curl is not or too old 2020-03-12 18:24:09 +01:00
HttpClientTrait.php Merge branch '5.0' 2020-03-12 18:11:13 +01:00
HttplugClient.php [HttpClient] fix exception in case of PSR17 discovery failure 2020-01-07 13:55:38 +01:00
HttpOptions.php [HttpClient] allow arbitrary JSON values in requests 2019-11-07 13:44:51 +01:00
LICENSE Update year in license files 2020-01-01 12:51:43 +01:00
MockHttpClient.php Allow pass array of callable to the mocking http client 2020-01-30 21:18:32 +02:00
NativeHttpClient.php [HttpClient] Add portable HTTP/2 implementation based on Amp's HTTP client 2020-03-02 14:21:45 +01:00
NoPrivateNetworkHttpClient.php [HttpClient] adding NoPrivateNetworkHttpClient decorator 2020-02-03 17:39:30 +01:00
phpunit.xml.dist [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
Psr18Client.php [HttpClient] fix exception in case of PSR17 discovery failure 2020-01-07 13:55:38 +01:00
README.md Remove experimental notice from components 2019-07-11 11:03:49 +02:00
ScopingHttpClient.php Add LoggerAwareInterface to ScopingHttpClient and TraceableHttpClient 2020-01-09 09:41:13 +02:00
TraceableHttpClient.php [HttpClient] dont display any content when none has been collected 2020-02-02 18:36:34 +01:00

HttpClient component

The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.

Resources