diff options
Diffstat (limited to 'tcllib/examples/httpd/htdocs/content.md')
-rw-r--r-- | tcllib/examples/httpd/htdocs/content.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tcllib/examples/httpd/htdocs/content.md b/tcllib/examples/httpd/htdocs/content.md new file mode 100644 index 0000000..abde776 --- /dev/null +++ b/tcllib/examples/httpd/htdocs/content.md @@ -0,0 +1,14 @@ +http::content
+=============
+[Back to Index](index.md)
+
+The **httpd::content** package is an extension to the core **httpd** package
+which provides all of the bread and butter functions needed to implement a
+basic webserver.
+
+* [Content Server](content.server.md)
+* [Form handler](content.form.md)
+* [File handler](content.file.md)
+* [SCGI handler](content.scgi.md)
+* [Proxy handler](content.proxy.md)
+
\ No newline at end of file |