Setup the cURL handle for the given data
Parameters
$url
stringrequired- URL to request
$headers
arrayrequired- Associative array of request headers
$data
string|arrayrequired- Data to send either as the POST body, or as parameters in the URL for a GET/HEAD
$options
arrayrequired- Request options, see Requests::response() for documentation
User Contributed Notes
You must log in before being able to contribute a note or feedback.