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
Fabien Potencier 809b4d6748 Merge branch '5.1'
* 5.1:
  [HttpClient] Support for cURL handler objects.
  [HttpClient] unset activity list when creating CurlResponse
  Fixed typo in test name
  [DI] Fix call to sprintf in ServicesConfigurator::stack()
  add .body wrapper element
  [HttpFondation] Change file extension of "audio/mpeg" from "mpga" to "mp3"
  [VarDumper] Support for cURL handler objects.
  Check whether path is file in DataPart::fromPath()
  [DI][FrameworkBundle] Remove whitelist occurrences
  Avoid accessibility errors on debug toolbar
  Resolve event bubbling logic in a compiler pass
  update cookie test
2020-06-24 15:36:31 +02:00
..
Chunk [HttpClient] add AsyncDecoratorTrait to ease processing responses without breaking async 2020-06-08 00:07:07 +02: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 [HttpClient] add TimeoutExceptionInterface 2020-05-09 20:37:03 +02:00
Internal Merge branch '5.1' 2020-06-24 15:36:31 +02:00
Response Merge branch '5.1' 2020-06-24 15:36:31 +02:00
Tests Merge branch '5.1' 2020-06-18 21:55:03 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore [HttpClient] Add .gitignore file 2019-09-16 14:30:38 +02:00
AmpHttpClient.php [HttpClient] disable AMP's inactivity timeout, we deal with it on our own already 2020-06-10 17:30:04 +02:00
AsyncDecoratorTrait.php [HttpClient] add AsyncDecoratorTrait to ease processing responses without breaking async 2020-06-08 00:07:07 +02:00
CachingHttpClient.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
CHANGELOG.md [HttpClient] added support for pausing responses with a new pause_handler callable exposed as an info item 2020-06-09 07:26:34 +02:00
composer.json Merge branch '5.1' 2020-05-20 19:44:07 +02:00
CurlHttpClient.php Merge branch '5.0' into 5.1 2020-06-24 15:36:18 +02:00
HttpClient.php [HttpClient] Issue notice when NativeHttpClient is used 2020-03-23 12:34:08 +01:00
HttpClientTrait.php Merge branch '5.0' 2020-04-12 18:48:26 +02:00
HttplugClient.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +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 Merge branch '5.0' 2020-03-17 21:06:25 +01:00
NativeHttpClient.php [HttpClient] make DNS resolution lazy with NativeHttpClient 2020-06-11 00:12:57 +02:00
NoPrivateNetworkHttpClient.php Small update in our internal terminology 2020-06-18 20:43:12 +02:00
phpunit.xml.dist
Psr18Client.php [HttpClient] add AsyncDecoratorTrait to ease processing responses without breaking async 2020-06-08 00:07:07 +02:00
README.md
ScopingHttpClient.php Add LoggerAwareInterface to ScopingHttpClient and TraceableHttpClient 2020-01-09 09:41:13 +02:00
TraceableHttpClient.php [HttpClient] preserve the identity of responses streamed by TraceableHttpClient 2020-05-10 09:16:11 +02:00

HttpClient component

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

Resources