Public Member Functions | |
| __init__ (self, aiohttp.ClientResponse response, bytes content, *, json_loads) | |
| __repr__ (self) | |
| int | status_code (self) |
| int | status (self) |
| str|None | reason (self) |
| bytes | content (self) |
| str | text (self) |
| typing.Any | json (self) |
| form (self) | |
| headers (self) | |
| content_type (self) | |
| encoding (self) | |
| cookies (self) | |
| None | raise_for_status (self) |
Public Attributes | |
| text | |
Protected Attributes | |
| _response = response | |
| bytes | _content = content |
| str|None | _text = None |
| dict[str, str]|None | _form = None |
| _json_loads = json_loads | |
| testsuite.utils.http.ClientResponse.__init__ | ( | self, | |
| aiohttp.ClientResponse | response, | ||
| bytes | content, | ||
| * | , | ||
| json_loads ) |
| None testsuite.utils.http.ClientResponse.raise_for_status | ( | self | ) |
| str | None testsuite.utils.http.ClientResponse.reason | ( | self | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |