trs_matrimony/vendor/symfony/http-client-contracts
2024-08-22 09:31:12 +05:30
..
Exception project initial commit 2024-08-22 09:31:12 +05:30
Test project initial commit 2024-08-22 09:31:12 +05:30
.gitignore project initial commit 2024-08-22 09:31:12 +05:30
CHANGELOG.md project initial commit 2024-08-22 09:31:12 +05:30
ChunkInterface.php project initial commit 2024-08-22 09:31:12 +05:30
composer.json project initial commit 2024-08-22 09:31:12 +05:30
HttpClientInterface.php project initial commit 2024-08-22 09:31:12 +05:30
LICENSE project initial commit 2024-08-22 09:31:12 +05:30
README.md project initial commit 2024-08-22 09:31:12 +05:30
ResponseInterface.php project initial commit 2024-08-22 09:31:12 +05:30
ResponseStreamInterface.php project initial commit 2024-08-22 09:31:12 +05:30

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/main/README.md for more information.