WebL includes a number of standard modules for the convenient reuse of often required functionality. The purpose of this chapter is to introduce the more common modules shipped with the WebL installation ( See Standard WebL Modules ). To use most of these modules, a programmer must import the module and refer to the exported variables of the module. See Modules
|
Encodes and decodes base 64 strings used for user authentication at many web sites. |
|
|
Provides access to the web browser for displaying web pages. See Module Browser |
|
|
Provides functionality to save and load the HTTP cookie database. See Module Cookies |
|
|
Introduces a technique for programming and controlling several concurrently executing threads. See Module Farm |
|
|
Functions to process local files and download pages to files. See Module Files |
|
|
WebL-Java integration support. See Module Java |
|
|
Java Servlet support. See Module Servlet |
|
|
General string related functions. See Module Str |
|
|
Url manipulation functions. See Module Url |
|
|
An extensible web crawler object. See Module WebCrawler |
|
|
Implementation of a simple web server. See Module WebServer |