RE: HTTP Client examples?

2002-04-18 Thread Waldhoff, Rodney
> 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

Re: HTTP Client examples?

2002-04-18 Thread Chuck Beretz
Even unit tests would be helpful. Where are they stored? Thanks! Chuck --- Henri Yandell <[EMAIL PROTECTED]> wrote: > While not examples per se, there are all the unit > tests. As long as you're > used to the very low level of additional > functionality JUnit is adding, > these seem a very good

Re: HTTP Client examples?

2002-04-18 Thread Henri Yandell
While not examples per se, there are all the unit tests. As long as you're used to the very low level of additional functionality JUnit is adding, these seem a very good way to get into a component. There's also a test-webapp you could look at. What they are, I've no idea. HttpClient is rising o