CHANGELOG.md
574 Bytes
Changelog
Next (Master - Unstable)
- fix
Content-Type
containsjson
check - add support for request timing
Unirest.get(...).time().end()
- add support for sending
json
arrays - add
Unirest.Response.statusCodes
dictionary for response code sugar properties - add check for GZIP empty body error
- add check for MSIE <code>1223</code> status code
- update
request
to2.65.0
- update documentation and typos
- remove
Unirest.params
- lint code to adhere to
standard