Migrated to the Apache HttpComponents library

This commit is contained in:
Vhati 2018-01-06 10:30:30 -05:00
parent 8f55580ed2
commit 63f36b31cc
9 changed files with 111 additions and 76 deletions

View file

@ -32,6 +32,9 @@ To build, run "mvn clean package" in this folder.
This project depends on the following libraries.
- Apache HttpComponents
https://hc.apache.org/
(For JavaDocs, click HttpCore or HttpClient, then again under "Project reports".)
- Jackson JSON Processor 2.x
http://jackson.codehaus.org/Home
(For JavaDocs, look right.)