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/Contracts/HttpClient
2019-08-07 10:22:11 +02:00
..
Exception [HttpClient] throw DecodingExceptionInterface when toArray() fails because of content-type error 2019-06-16 20:17:37 +02:00
Test Remove deprecated assertContains 2019-08-07 10:22:11 +02:00
ChunkInterface.php [HttpClient] use "idle" instead of "inactivity" when telling about the timeout option 2019-08-04 17:49:22 +02:00
composer.json [Contracts] split in one package per sub-contracts 2019-05-22 14:23:29 +02:00
HttpClientInterface.php [HttpClient] use "idle" instead of "inactivity" when telling about the timeout option 2019-08-04 17:49:22 +02:00
LICENSE [Contracts] split in one package per sub-contracts 2019-05-22 14:23:29 +02:00
README.md [Contracts] split in one package per sub-contracts 2019-05-22 14:23:29 +02:00
ResponseInterface.php [HttpClient] throw DecodingExceptionInterface when toArray() fails because of content-type error 2019-06-16 20:17:37 +02:00
ResponseStreamInterface.php [Contracts] introduce HttpClient contracts 2019-03-07 17:16:38 +01:00

Symfony HttpClient Contracts

A set of abstractions extracted out of the Symfony components.

Can be used to build on semantics that the Symfony components proved useful - and that already have battle tested implementations.

See https://github.com/symfony/contracts/blob/master/README.md for more information.