Skip to content

3.0.0

Compare
Choose a tag to compare
@ahmadnassri ahmadnassri released this 25 Feb 04:35
· 12 commits to master since this release
Changed:
Added:
  • Unirest\Request\Body::Form for constructing application/x-www-form-urlencoded request bodies
  • Unirest\Request\Body::Json for constructing application/json request bodies
  • Unirest\Request\Body::Multipart($dat, $files) for constructing multipart/form-data request bodies and file uploads
  • Unirest\Request\Body::File for single file upload parameter construction
Removed:
  • Unirest\File
Fixes:

Please Review the README for the updated API.