client-common
client-common copied to clipboard
Common HTTP Client implementations and tools for HTTPlug
Same as BatchClient but for async http client (or should we do that in the BatchClient and prefer the sendAsync if available ?)
https://github.com/php-http/client-common/issues/242 Just a quick view and open for disussion what to do next. Needs rebasing after the other 2 PRs are merged. #### Checklist - [x] Updated CHANGELOG.md to describe...
Combined usage for PHP 7.1, to 7.3 is at 4 Percent for Version 2. https://packagist.org/packages/php-http/client-common/php-stats#2
use ProphecyTrait I need to check if ci-pipeline is green.
We got an issue reported over at https://github.com/getsentry/sentry-php, that cURL 8.1.0 and up no longer work as expected when using the `DecoderPlugin`. See https://github.com/getsentry/sentry-php/issues/1537 and https://github.com/curl/curl/issues/11175. From @krowinski The problem...
**PHP version**: 8.1.11 **Description** When activating the cookie plugin (`httplug.plugin.cookie`) via the Symfony Bundle it'll break with ``` TypeError: Http\Client\Common\Plugin\CookiePlugin::__construct(): Argument #1 ($cookieJar) must be of type Http\Message\CookieJar, string given,...
**Description** Looking at the docs/code, I don't see a way to define the number of maximum redirects to follow (similar to `allow_redirects.max` in Guzzle). This seems like a good security...