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