Examples/modpython.py

Sat, 30 Jul 2016 11:25:51 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 30 Jul 2016 11:25:51 +0200
branch
6_1_x
changeset 5077
0913929ad792
parent 0
de9c2efb9d02
permissions
-rw-r--r--

Released updated Russian translations.

from mod_python import apache

def handler(req):
    req.content_type = "text/plain"
    req.send_http_header()
    req.write("Hello World!\n")

    return apache.OK

eric ide

mercurial