scalaj-http v2.2.2 Release Notes

Release Date: 2016-04-02 // about 8 years ago
  • 🚀 release: 2 April 2016

    • Allow .equals comparisons around different HttpRequests to work correctly by using instances of case classes over anonymous functions for Connect and Url functions. thanks @heldersantosmoreira for reporting
    • .asString will now use the charset in the response Content-Type header first, and then fall back to the charset configured in the request. thanks @JustAHappyKid for reporting
    • new HttpRequest.put methods for first class support of PUT. thanks @matanster