curl-client
curl-client copied to clipboard
cURL client
I'm using the curl-client to run SOAP requests from [Phpro/SoapClient](https://github.com/phpro/soap-client). It includes a debug method that brings up request and response headers, so we can inspect what's going on. I...
Chaining promises appears to be either broken or unsupported. The documentation claims general Promise/A+ compliance, so I'm assuming the former. Regardless, I noticed that the standard ErrorPlugin was not behaving...
From https://github.com/php-http/httplug-quickstart/pull/1#issuecomment-312874509 > Currently Guzzle automatically calls the queue in the shutdown handler or can be called manually. The queue is responsible for waiting on Promises. In our cURL client...