Defined in header file: hzHttpClient.h

Command for automation of HTTP client

Enum definition:

enum    webcmd
{

WEBCMD_UNDEFNo step defined
WEBCMD_LOAD_PAGELoad a single page (regardless of history)
WEBCMD_LOAD_LISTLoad pages from a list of links
WEBCMD_SLCT_PAGESelect links from a page
WEBCMD_SLCT_LISTSelect links from a set of pages (set of links)
WEBCMD_RGETRecursive get from a root page
WEBCMD_POSTPost a form
WEBCMD_RSSGet an RSS feed

} ;