Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 574 Bytes

CHANGELOG.md

File metadata and controls

14 lines (12 loc) · 574 Bytes

Changelog

Next (Master - Unstable)

  • fix Content-Type contains json 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 to 2.65.0
  • update documentation and typos
  • remove Unirest.params
  • lint code to adhere to standard