gb.web

This component allows to make a web application based on a CGI script.

It manages:
Author BenoƮt Minisini.
Requires gb.util.web.

Class Description
Application Returns information about the CGI application.
CGI This class is used for managing the CGI interface.
Request This class is used for managing the HTTP request.
Response This class is used for generating the HTTP response.
Session This class is used for managing sessions.
URL This class provides static utility methods that deal with URL strings.
WebPage This class implements the Gambas JSP-like dynamic html page.

See also