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-09-16 21:57:32 +02:00
..
Chunk [HttpClient] fix support for 103 Early Hints and other informational status codes 2019-09-03 23:21:26 +02:00
Exception [HttpClient] throw DecodingExceptionInterface when toArray() fails because of content-type error 2019-06-16 20:17:37 +02:00
Internal [HttpClient] improve handling of HTTP/2 PUSH 2019-09-03 17:44:22 +02:00
Response [HttpClient] fix support for 103 Early Hints and other informational status codes 2019-09-03 23:21:26 +02:00
Tests Add default value for Accept header 2019-09-16 21:57:32 +02:00
.gitignore [HttpClient] Add .gitignore file 2019-09-16 14:30:38 +02:00
CachingHttpClient.php fixed CS 2019-06-13 13:03:18 +02:00
CHANGELOG.md [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
composer.json [HttpClient] fix support for 103 Early Hints and other informational status codes 2019-09-03 23:21:26 +02:00
CurlHttpClient.php Re-enable push support for HttpClient 2019-09-11 09:53:13 +02:00
HttpClient.php [HttpClient] Don't use CurlHttpClient on Windows when curl.cainfo is not set 2019-06-13 14:16:31 +02:00
HttpClientTrait.php Add default value for Accept header 2019-09-16 21:57:32 +02:00
HttpOptions.php [HttpClient] Add tests - update code style nits. 2019-04-09 11:46:29 +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 [HttpClient] Preserve the case of headers when sending them 2019-07-31 13:44:32 +02:00
phpunit.xml.dist [HttpClient] introduce the component 2019-03-07 17:16:39 +01:00
Psr18Client.php [HttpClient] rewind stream when using Psr18Client 2019-07-23 21:01:32 +02:00
README.md Merge branch '4.2' 2019-03-12 19:57:21 +01:00
ScopingHttpClient.php [HttpClient] add missing argument check 2019-05-19 11:37:13 -03: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