W3C libwwwUsing

Using the W3C Sample Code Library

This guide describes the "user's view" of the W3C Sample Code Library. It concentrates on describing the API and how the application programmer can use the Library. It also describes who is responsible for memory management, how to initialize modules etc. Reading this guide should be sufficient in order to use the Library without being aware of exactly what is going on underneath the interface.

Getting Started

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 Core

The libwww core is the set of modules that must be included in every application. It is a registry for handling protocol access, document parsers which all are registerered dynamically using an open set of application modules.

Application Modules and Filters

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.

Utility Modules

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


Henrik Frystyk Nielsen, libwww@w3.org,
@(#) $Id: Overview.html,v 1.23 1997/02/16 18:41:43 frystyk Exp $