Searched refs:resp (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/docker/files/
H A Ddocker-support41 resp = con.getresponse()
46 if resp.status != 200:
48 "reason [%s]" % (resp.status, resp.reason))
51 data = json.loads(resp.read())
63 resp = con.getresponse()
68 if resp.status != 204:
70 "reason [%s]" % (resp.status, resp.reason))

Completed in 257 milliseconds