This part of the documentation talks about the majority of the libwww classses and how to use them.
Get an introduction to how to get started writing the first application using libwww. You may also want to have a look at the quick overview if this is all you are interested in.
The libwww core is the set of modules that are part of the libwww runtime. Essentially the runtime is nothing but a registry for handling protocol access, document parsers. All these features are registerered dynamically using an open set of application modules.
In the libwww distribution file you will find many modules that actually does much more than libwww core itself. The application can register the precise set of modules that provides the desired functionality. This section discusses the application modules and what functionality they provide.
The Library contains a set of basic utility modules which are used throughour all the Library code. The APIs defined by the WWWUtil interface provides basic memory management and container modules. You can see a list of the utility modules in the Library Internals