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-10-25 15:08:37 +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] ignore the body of responses to HEAD requests 2019-10-25 15:08:37 +02:00
Tests [HttpClient] skip tests implemented in 4.4 2019-10-21 18:09:12 +02:00
.gitignore [HttpClient] Add .gitignore file 2019-09-16 14:30:38 +02:00
CachingHttpClient.php [HttpClient] bugfix exploding values of headers 2019-10-07 12:52:05 +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 [HttpClient] ignore the body of responses to HEAD requests 2019-10-25 15:08:37 +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 Missing argument in method_exists 2019-10-10 10:41:55 +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] Fixed #33832 NO_PROXY option ignored in NativeHttpClient::request() method 2019-10-04 17:43:55 +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