scalaj-http v2.0.0 Release Notes

Release Date: 2015-11-11 // over 8 years ago
  • 🚀 release: 11 November 2015

    💥 BREAKING CHANGES:

    • HttpResponse.headers is now a Map[String, IndexedSeq[String]] this is a more correct way to access the headers. Previous behavior was to join duplicate headers with a ",".