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