def get(self): config.warmup() auth.warmup() self.response.headers['Content-Type'] = 'text/plain; charset=utf-8' self.response.write('ok')