Mirror of Apache HttpClient
Go to file
Oleg Kalnichevski 44cb5c03e0 Do not attempt to update the auth state if not valid
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@627483 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 15:39:37 +00:00
module-client Do not attempt to update the auth state if not valid 2008-02-13 15:39:37 +00:00
module-httpmime - Remove colon from SVN keywords. 2008-02-12 22:05:27 +00:00
src Web site updates for the 4.0-alpha3 release 2008-02-12 20:25:32 +00:00
BUILDING.txt Added dependencies section to the README file 2008-02-13 15:28:26 +00:00
LICENSE.txt Maven2 friendly directory layout; Initial commit of the Maven2 project metadata 2007-05-20 20:36:28 +00:00
NOTICE.txt updated copyright years 2008-01-02 04:52:27 +00:00
README.txt Added dependencies section to the README file 2008-02-13 15:28:26 +00:00
RELEASE_NOTES.txt Updated release notes for the 4.0-alpha3 release 2008-02-11 16:10:46 +00:00
doap_HttpComponents_Client.rdf new DOAP for HttpClient 2007-12-30 09:07:55 +00:00
pom.xml I wanted to avoid a direct dependency on Commons IO, since it is a transitive dependency due to mime4j anyway, but apparently GUMP cannot handle transitive dependencies well 2008-02-12 20:06:50 +00:00

README.txt

Apache HttpComponents Client
============================
Welcome to the HttpClient component of the HttpComponents project.

Building instructions
---------------------
For building from source instructions please refer to BUILDING.txt.

Dependencies
------------
HttpClient main module requires Java 5.0 compatible runtime and 
depends on the following external libraries:  

* Apache HttpComponents HttpCore 4.0-beta1 or newer API compatible 
  version
* Apache Commons Logging 1.0.3 or newer API compatible version
* Apache Commons Codec 1.3 or newer API compatible version

HttpMime module is optional and requires Java 5.0 compatible runtime
and depends on the following external libraries:  

* Apache HttpComponents HttpCore 4.0-beta1 or newer API compatible 
  version
* Apache mime4j 0.3 or newer API compatible version
* Apache Commons Logging 1.0.3 or newer API compatible version
* Apache Commons IO 1.2 or newer API compatible version
* Apache Log4j 1.2.14 or newer API compatible version
  (The runtime dependency on Log4j will be removed with the next 
  release of Apache mime4j)


Visit the project site at
   http://hc.apache.org/
for more information.