Many software projects have a need to perform activities using the HTTP protocol. Many software packages exist to assist in this. The http package intends to lend a helping hand to any developer trying to use HTTP in their everyday programming in the form of discrete utility classes for this purpose.
This proposal is to create a package of Java utility classes for various types of HTTP related activity.
http relies only on standard JDK 1.2 (or later) APIs for production deployment. It utilizes the JUnit unit testing framework for developing and executing unit tests, but this is of interest only to developers of the component.
No external configuration files are utilized.
The original Java classes are splashed around various Apache subprojects. We intend to seek them out and integrate them.
The proposed package name for the new component is
org.apache.commons.http
.
http
in the
jakarta-commons
SVN repository.The initial committers on the IO component shall be: