mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-25 10:39:10 +00:00
6fc4c5824b
This change allows making requests that don't contain files to use Content-Type: multipart/form-data. Previously, requests with array data not specifying any files were sent using Content-Type: application/x-www-form-urlencoded.