> Even unit tests would be helpful. Where are they
> stored?

At src/test in CVS or a source distribution.  E.g.,
http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/src/test/org/apache
/commons/httpclient/.

TestGetMethodLocal, TestMethodsLocalHost, TestMethodsExternalHost are
probably good starting points for examples of how to use HttpMethod
"directly", and TestHttpClientLocalHost gives examples of using the
HttpClient class.

Reply via email to