3.0.0
Changed:
- JSON Extension now an optional (suggested) dependency.
Added:
Unirest\Request\Body::Form
for constructingapplication/x-www-form-urlencoded
request bodiesUnirest\Request\Body::Json
for constructingapplication/json
request bodiesUnirest\Request\Body::Multipart($dat, $files)
for constructingmultipart/form-data
request bodies and file uploadsUnirest\Request\Body::File
for single file upload parameter construction
Removed:
Unirest\File
Fixes:
Please Review the README for the updated API.