1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Your test server works!
* [Tcllib embedded docs](/tcllib/index.html)
* [Tcllib's fossil repo (hosted via SCGI)](/fossil)
* [Standard Markdown Example Page](example.md)
* [Static HTML Page](html_static_page.html)
* [Template HTML Page](header.tml)
A locally served image:

Internal documentation for httpd:
* [Operating Principals](operations.md)
* [Program Listing for docserver.tcl](docserver.tcl)
* [Class httpd::reply](reply.md)
* [Class httpd::server](server.md)
* [Class httpd::content](content.md)
* [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)
_Upload Test_
<form action=/upload method="POST" enctype="multipart/form-data">
<input name=path />
<input type="file" name=filename />
<input type=submit />
</form>
|