Cross Reference: simple.lua
xref
: /
httpd
/
modules
/
lua
/
test
/
htdocs
/
simple.lua
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
function handle(r)
r.content_type
= "
text/plain
"
r:puts("Hi there!")
end