unirest-java v3.11.00 Release Notes

Release Date: 2020-09-26 // over 3 years ago
    • issue #368 honor hosts header when set by consumer. This mimics behavior in Postman
    • issue #370 expose copyOptions for file downloads
    • ๐Ÿ‘€ issue #265 New Mocking framework! See the unirest-mocks module.
    • issue #305 adding a noCharset() method as a more obvious way to do noCharset(null)
    • โž• Added Documentation
    • ๐Ÿ”€ Merged the request body(JSONObject) amd body(JSONArray) into common body(JSONElement) method
    • Filled in some missing methods on RequestBodyEntity from HttpRequestWithBody to fully allow chaining in different orders.