Re: [Htmlparser-developer] version 1.3
Brought to you by:
derrickoswald
From: Derrick O. <Der...@ro...> - 2002-12-17 13:13:18
|
I've used this POST mechanism many times, not for testing a site. A typical example is fetching a postalcode by hitting the (for me) http://www.canadapost.ca/tools/pcl/bin/default-e.asp site and posting a filled in form. This has to be parsed, and a table element extracted. Derrick Somik Raha wrote: >>Derrick Oswald wrote: >> >> >> >>>POST constructor. >>>The basically two constructors that HTMLParser has either take a >>>string URL or a HTMLReader. This shifts the onus on performing HTTP >>>to the API user for POST operations. It might be good to have a >>>HttpURLConnection or URLConnection argument constructor, where a >>>primed and loaded connection is passed to the parser. >>> >>> > >Like Sam said - this sounds like HttpUnit. Are you using the parser for >making tests ? > >Regards, >Somik > > > |