def get(self): result = web.Response( body=str.encode('You shall not pass!'), content_type='text/plain' ) return result