Jisort/third_party/basic-http-client
..
libs
src/com/turbomanage/httpclient
LICENSE
README.google

README.google

URL: https://basic-http-client.googlecode.com/archive/c6e4642f65ada79ef19fe21606e60c1fcabbffad.zip

Version: c6e4642f65ada79ef19fe21606e60c1fcabbffad
License: Apache
License File: LICENSE

Description:

A minimal HTTP client that uses java.net.HttpURLConnection to make requests. It
features a simple interface for making Web requests. There is also an
AsyncHttpClient which supports making asynchronous requests with retries and
exponential backoff, and AndroidHttpClient which wraps requests in an Android
AsyncTask so that requests can be safely initiated from the UI thread.

Local Modifications:
Removed unsed jar file lib/servlet-api-2.5.jar