Searched refs:httplib_response (Results 1 – 1 of 1) sorted by relevance
46 def __init__(self, httplib_response, httplib_content): argument47 self.status = int(httplib_response['status'])48 self.headers = httplib_response