web
Pod fandoc chapter
Weblet services a web request
Cookie models an HTTP cookie used to pass data between the server and user agent as defined by RFC 6265
FilePack is an in-memory cache of multiple text files to service static resources via HTTP
FileWeblet is used to service an HTTP request on a File
The WebClient class is used to manage client side HTTP requests and responses
WebMod defines a web modules which is plugged into a web server's URI namespace to service web requests
WebOutStream provides methods for generating XML and XHTML content
WebReq encapsulates a web request
WebRes encapsulates a response to a web request
WebSession provides a name/value map associated with a specific browser "connection" to the web server
WebSocket is used for both client and server web socket messaging
WebUtil encapsulates several useful utility web methods