Ejemplo n.º 1
0
 def get_app(self):
     return HTTPServer(server.Application(), xheaders=True)
Ejemplo n.º 2
0
 def get_app(self):
     application = server.Application()
     application.settings["xsrf_cookies"] = False  # ignore xsrf when test
     return application
Ejemplo n.º 3
0
 def get_app(self):
     return server.Application(config)