Exemplo n.º 1
0
 def __call__(self, environ, start_response):
     """WSGI Interface"""
     req = Request(environ, charset='utf8')
     req.base_url = req.application_url
     return wsgi_wrap(self.app).wsgi_app(environ, start_response)