curl-client icon indicating copy to clipboard operation
curl-client copied to clipboard

cURL client

Results 14 curl-client issues
Sort by recently updated
recently updated
newest added

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...

bug
in progress

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...