| Overview |
| TclHttpd | command line arguments |
| Architecture | Major modules of TclHttpd |
| Introduction | Programming and configuring TclHttpd |
| Tcllib Modules |
| These Standard Tcl Library modules are used by
the TclHttpd Core modules, and are available to your application.
Modules with a * are especially handy. |
| base64 | encoding module |
| cmdline | command line processor |
| counter | stats (i.e., hit counters) |
| doctools | formatting manual pages |
| fileutil | file utilities |
| html | * generating HTML |
| md5 | MD5 hash function |
| md5crypt | MD5 crypto function |
| ngci | * CGI form value support |
| textutil | Text processing |
| uri | URL/URI formatting |
| TclHttpd Core Modules |
| The TclHttpd Core modules implement
the server, and you may need to use their interfaces when
building your own applications on top of TclHttpd.
Modules with a * are the most important
and most likely to be used directly by your application. |
| cgi | Server's CGI processor |
| config | * Configuration support |
| cookie | * Cookie handling |
| counter | Layer over tcllib ::counter |
| direct | * Application-direct URL |
| dirlist | Directory listing |
| doc_error | Error handler |
| doc | * File handler |
| httpd | * HTTPD server core |
| log | Logging module |
| logstd | Standard log format |
| mtype | MIME types |
| session | * Session support |
| stdin | Standard input reader |
| subst | Simple templates |
| url | * URL dispatcher core |
| version | Version information |
| Tech Notes |
| htdig | Search engine configuration |
| embedding | Notes on embedding tclhttpd |