Making a run at upgrading HTTP Builder to Apache Client 4.5.2

TODO

  • Move to a Gradle Build
  • Get tests passing/rewrite tests
  • upgrade to Apache http client 4.5.2
  • upgrade Groovy to 2.4.?
  • Change junit tests to Spock tests

HTTPBuilder = Easy HTTP client for Groovy.

Build Instructions:

HTTPBuilder is built using Gradle $ gradle install

Documentation: https://github.com/jgritman/httpbuilder/wiki

Contributions:

This project relies on the work of many open source projects including:

This project also includes source code written by Martin Blom (martin@blom.org) in the 'thirdparty' package. It is licensed under the LGPL v3 and re-distributed with permission from the author.

Run a Test in Debug Mode: gradle -d -Dtest.single=AsyncHTTPBuilderTest test

License:

HTTPBuilder is copyright 2009-2011 Thomas Nichols except where otherwise noted.

This project is licensed under the Apache License Version 2.0 except where otherwise noted in the source files.

You are receiving this code free of charge, which represents many hours of effort from other individuals and corporations. As a responsible member of the community, you are encouraged (but not required) to donate any enhancements or improvements back to the community under a similar open source license. Thank you. -TMN