Пример #1
0
 def get_response(self):
     """Return NotaryResponse instance"""
     response_fd = HTTP_dispatcher.get_response(self)
     data = response_fd.read()
     response = self.protocol.parse_response(data)
     return response