- 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
1223
status code - update
request
to2.65.0
- update documentation and typos
- remove
Unirest.params
- lint code to adhere to
standard