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