FILE ... TOC

PACKAGE WEBPAGE

This package/class implements the web page functionality. A web page is stored in the memory, and is usually prepared for download, downloaded, prepared to be saved and saved.

A webpage object is a page which is downloaded from a URL. One page object has one URL and one URL is assigned to a page object. Sometimes the same URL returns different pages, but somewhere implementation has to stop.

There are many things that the program can do with such an objects. See the methods.

The only thing which is not really object oriented is the cookie handling. Cookies are stored in the array @cookies which belong to the package webpage. But you can not create different cookie realms for different downloads. There is only a single @cookies array.

FILE ... TOC