Home | History | Annotate | Download | only in xmlrpc

Lines Matching refs:resp

1167             resp = http_conn.getresponse()
1168 if resp.status == 200:
1170 return self.parse_response(resp)
1182 if resp.getheader("content-length", ""):
1183 resp.read()
1186 resp.status, resp.reason,
1187 dict(resp.getheaders())