curl icon indicating copy to clipboard operation
curl copied to clipboard

A basic CURL wrapper for PHP

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

Hi, thanks for putting this library up. I need to support a POST for a multipart encoding. From my understanding of cURL to do so the POST should be passed...

When a request is completed following a redirect, the curl response contains the headers from the first and the second requests. In this case not all the headers are removed,...

In case Curl is used on Windows, it may be required to pass a certificate to the curl command like so : In the `set_request_options()` method, found in the `Curl`...

hi, When i make a command line `curl -d "data=plop" url` , my server running php script get the `$_POST` filed with `data=plop` but when i use your library, i...