scalaj-http v0.3.11 Release Notes

  • 🚀 release: 30 October 2013

    • fix for java 1.6 byte code compatibility with Base64
    • ability to set arbitrary http request method
    • Request.method to make it easier to override the method
    • ability to set Proxy.Type (@lucasjosh)