mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@748946 13f79535-47bb-0310-9956-ffa450edef68
5 lines
79 B
Lua
5 lines
79 B
Lua
function handle(r)
|
|
r.content_type = "text/plain"
|
|
r:puts("Hi there!")
|
|
end
|