Artifact
09c3ced2321dc073092199361bdfde70d621f325:
Wiki page
[DirectOO] by
hypnotoad
2015-04-02 02:34:14.
D 2015-04-02T02:34:14.234
L DirectOO
N text/x-markdown
P 4531df90d54528a091a8730c691a4fd8b9580e30
U hypnotoad
W 531
# Getting Started
DirectOO is a new feature in Tclhttpd 4.0. It's goal is to allow applications to be built around TclOO, as well as to allow for more flexible handling of virtual paths.
To use DirectOO:
package require httpd::directoo
oo::class create myurl {
superclass httpd.url
method /html args {
my reset
my puts {
<HTML>
<BODY>
Hello World!
</BODY>
</HTML>
}
}
myurl create WEBOBJ /test
For more details [httpd.url](wiki?name=httpd.url)
Z 350ab6a3609eea72fc18f4fe3de776be