| Class | Description |
|---|---|
| HArchive |
A class to return the contents of a file to a Browser.
|
| HDisplay |
A class to implement a Remote Display Protocol using an HTTP server.
|
| HFile |
A class to return the contents of a file to a Browser.
|
| HFiles |
A class to display a list of files and their contents in an Browser.
|
| HMessage |
A class to send a message to a macro through an Http request.
|
| HPage |
Class to parse an HTTP request, and provide handles and helper methods
for an HSource class to respond to the request.
|
| HPage.MultipartData |
The data associated with a multi-part request.
|
| HQuery |
A class to implement a graphical query into an Object.
|
| HServer |
Simple implementation of an HTTP/1.1 server.
|
| HSource |
Provides the interface for all objects that are capable of providing data
in response to an HTTP request.
|
| HSystem |
A class to display system information in an Browser.
|