Requests
Requests copied to clipboard
quick fix CurlFile support
$data = http_build_query($data, null, '&'); breaks CurlFile object in the array data
Coverage increased (+0.01%) to 87.62% when pulling c5eb53dc566362c90d793cf2e6760b40e2473c06 on Omashu:CurlFile into ea37f1e2e91a2d1e8b0884bc4eb9f3a863e697bf on rmccue:master.
Is there any solutions to this? Because I keep failed to upload file when using CurlFile because $data variable need to be an array object.