HTTPBuilder provides a convenient builder API for complex HTTP requests. It is built on top of Apache HttpClient.
The project home page includes full documentation and downloads.
Note that if you are using 0.5.0 RC1, url is now uri and query is now params. The code example below was written for versions prior to 0.5.0 RC1.
Example: HTTP GET, automatically parsed as a JSON response.
Labels