We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Define a post request:
curl::post('http://www.google.com',[ 'data_a' => 'a', 'data_b' => 'file@dir/to/file' //upload a local file ]);
returns: string
Define a get request:
curl::get('http://www.google.com');