Jisort/third_party/basic-http-client
Brian Mwadime 70b07b4d51 httpclient 2016-06-26 23:17:52 +03:00
..
libs httpclient 2016-06-26 23:17:52 +03:00
src/com/turbomanage/httpclient httpclient 2016-06-26 23:17:52 +03:00
LICENSE httpclient 2016-06-26 23:17:52 +03:00
README.google httpclient 2016-06-26 23:17:52 +03:00

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