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
Nicolas Grekas b3eb9720de Merge branch '4.4'
* 4.4:
  [Form][Validator] Generate accept attribute with file constraint and mime types option
  [Security/Core] align defaults for sodium with PHP 7.4
  fix inline handling when dumping tagged values
  [HttpClient] fix canceling responses in a streaming loop
  [Messenger] Flatten collection of stamps collected by the traceable middleware
  [Messenger][Profiler] Remove cutting caster to dump full objects
  [WebProfilerBundle] mark all classes as internal
  Decoupling TwigBundle and using the new ErrorRenderer mechanism
  [HttpClient] rewind streams created from strings
  [PropertyAccess] Fix PropertyAccessorCollectionTest
  [HttpClient] rewind stream when using Psr18Client
  Typo in web profiler
  [4.3] Remove dead test fixtures
  [Routing] Fix CHANGELOG
  relax some date parser patterns
  adapt tests
  [Form] Repeat preferred choices in the main list
  Avoid getting right to left style
2019-07-24 16:52:25 +02:00
..
Chunk [HttpClient] Remove unused local variable 2019-03-28 10:31:46 +01:00
Exception removed @experimental annotations 2019-06-29 18:43:50 +02:00
Internal Document the state object that is passed around by the HttpClient. 2019-04-10 13:03:42 +02:00
Response Merge branch '4.3' into 4.4 2019-07-24 16:49:41 +02:00
Tests [HttpClient] Add $response->toStream() to cast responses to regular PHP streams 2019-07-05 07:37:18 +02:00
CachingHttpClient.php fixed CS 2019-06-13 13:03:18 +02:00
CHANGELOG.md [HttpClient] Add $response->toStream() to cast responses to regular PHP streams 2019-07-05 07:37:18 +02:00
composer.json Merge branch '4.4' 2019-06-17 19:43:54 +02:00
CurlHttpClient.php Merge branch '4.3' into 4.4 2019-07-18 12:38:27 +02:00
HttpClient.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
HttpClientTrait.php Replace missing message parameter 2019-07-10 11:53:52 +02:00
HttplugClient.php [HttpClient] rewind streams created from strings 2019-07-23 21:13:48 +02:00
HttpOptions.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
LICENSE [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
MockHttpClient.php fixed CS 2019-06-13 13:03:18 +02:00
NativeHttpClient.php Merge branch '4.4' 2019-07-02 16:48:44 +02:00
phpunit.xml.dist [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
Psr18Client.php Merge branch '4.3' into 4.4 2019-07-24 16:49:41 +02:00
README.md Remove experimental notice from components 2019-07-11 11:03:49 +02:00
ScopingHttpClient.php removed @experimental annotations 2019-06-29 18:43:50 +02:00

HttpClient component

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

Resources