Buzz icon indicating copy to clipboard operation
Buzz copied to clipboard

PHP's lightweight HTTP client

Results 16 Buzz issues
Sort by recently updated
recently updated
newest added

Hello, I am using "kriswallsmith/Buzz" package with Amazon SP API SDK. I am getting the following error: **Note: See #2 in log. This line generates the error. This is 5th...

There is type error wher using MD5 auth middleware in `Buzz\Middleware\DigestAuthMiddleware::getClientNonce()` `nonceCount` must be int

https://github.com/kriswallsmith/Buzz/pull/421 PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /home/scrutinizer/.analysis/phpcs/vendor/squizlabs/php_codesniffer/src/Config.php on line 399

I was experimenting with using this library as http client for stripe-php, via [psr18-adapter/stripe-php](https://github.com/psr18-adapter/stripe-php) that I'm working on now, but had to go back to Guzzle, as Buzz is broken...

Improve __construct $responseFactory use ResponseFactoryInterface type

see: https://www.swoole.co.uk/docs/modules/swoole-coroutine-http-client

Buzz supports proxies when specified explicitly, but generally doesn't use the system-wide default proxy settings (from the `http_proxy`/`HTTP_PROXY` environment variables). The curl client does, because curl has this behaviour built-in,...