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
2019-06-29 18:43:50 +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 bug #32141 [HttpClient] fix dealing with 1xx informational responses (nicolas-grekas) 2019-06-26 09:29:23 +02:00
Tests Merge branch '4.3' into 4.4 2019-06-13 13:05:05 +02:00
CachingHttpClient.php fixed CS 2019-06-13 13:03:18 +02:00
CHANGELOG.md [HttpClient] add HttplugClient for compat with libs that need httplug v1 or v2 2019-06-11 17:49:07 +02:00
composer.json Merge branch '4.3' into 4.4 2019-06-17 19:38:10 +02:00
CurlHttpClient.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
HttpClient.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
HttpClientTrait.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
HttplugClient.php [HttpClient] add HttplugClient for compat with libs that need httplug v1 or v2 2019-06-11 17:49:07 +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 removed @experimental annotations 2019-06-29 18:43:50 +02:00
phpunit.xml.dist [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
Psr18Client.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
README.md Merge branch '4.2' 2019-03-12 19:57:21 +01: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.

This Component is experimental. Experimental features are not covered by Symfony's Backward Compatibility Promise.

Resources