Exemple #1
0
def handler(req):
    wrapper = WSGIWrapper(req)
    return wrapper.run(application)
Exemple #2
0
 def handler(self, req):
     """mod_python handler"""
     wrapper = WSGIWrapper(req)
     return wrapper.run(self.application)
Exemple #3
0
 def handler(self, req):
     """mod_python handler"""
     wrapper = WSGIWrapper(req)
     return wrapper.run(self.application)