smth like ```python await response.stream.read(2**8) ``` (read n bytes, throws EOF) or at least ```python await response.content ``` would be useful such that `response` directly includes the response headers & code, but the response content is async soo similar to how `aiohttp` works