Skip to content

Releases: Kong/unirest-php

3.0.4

11 Aug 17:49
Compare
Choose a tag to compare

composer fix.

3.0.3

31 May 18:49
Compare
Choose a tag to compare

Minor enhancement to namespacing

3.0.2

29 Apr 23:56
Compare
Choose a tag to compare
Fixes
  • Don't use CURLOPT_CUSTOMREQUEST for POSTs #105 by @voodoodrul

3.0.1

23 Mar 04:19
Compare
Choose a tag to compare
Fixed
  • Custom request headers should replace default headers, if provided.

3.0.0

25 Feb 04:35
Compare
Choose a tag to compare
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.

2.6.5

16 Feb 16:46
Compare
Choose a tag to compare

updated PHPDoc

2.6.5

20 Jan 19:42
Compare
Choose a tag to compare

Fixed: setting of default headers array #89

2.6.4

15 Dec 22:22
Compare
Choose a tag to compare

improved solution to override cURL options

2.6.3

11 Dec 23:42
Compare
Choose a tag to compare

allow to override default curlopts

2.6.2

27 Jul 19:18
Compare
Choose a tag to compare

update phpdoc return values.