self = <aiooss2.http.AioResponse object at 0x1090c5f10>, amt = 4096
async def read(self, amt=None) -> bytes:
"""read the contents from the response"""
if self.__all_read:
return b""
if amt:
> raise NotImplementedError
E NotImplementedError
.venv/lib/python3.12/site-packages/aiooss2/http.py:39: NotImplementedError
code
exception