Public Member Functions | |
| __init__ (self, bytes|bytearray|None body=None, str|None text=None, int status=200, typing.Mapping[str, str]|None headers=None, str|None content_type=None, str|None charset=None) | |
| __repr__ (self) | |
| aiohttp.web.Response | to_aiohttp (self) |
Protected Attributes | |
| _body = body | |
| _text = text | |
| _status = status | |
| _headers = headers | |
| _content_type = content_type | |
| _charset = charset | |
| testsuite.utils.http.Response.__init__ | ( | self, | |
| bytes | bytearray | None | body = None, | ||
| str | None | text = None, | ||
| int | status = 200, | ||
| typing.Mapping[str, str] | None | headers = None, | ||
| str | None | content_type = None, | ||
| str | None | charset = None ) |
| aiohttp.web.Response testsuite.utils.http.Response.to_aiohttp | ( | self | ) |
|
protected |