unirest-java v2.2.00 Release Notes

    • 🔨 Major refactoring of how response objects are built. This internalizes HttpClientHelper which was previously public but not needed if you were using the library in in the expected way. This refactoring sets up the library for future work to extend the number of supported formats and for greater expression in the methods for those formats.
    • ➕ Additional of functional map methods to HttpResponse so you don't have to stop the flow for further transformations.
    • ⚡️ Update the org.json dependency
    • 🛠 Fixed issue with achor hashes in URLs (#17)
    • 🛠 Fixed NPE in passing args as maps (#20)