Exemplo n.º 1
0
 def __init__(self, url, body, status=200, headers=None):
     Response.__init__(self, body, status, headers)
     self.url = url
Exemplo n.º 2
0
 def __init__(self, url, body, status=200, headers=None):
     Response.__init__(self, body, status, headers)
     self.url = url