class documentation

class BoundAsyncStream(AsyncByteStream):

View In Hierarchy

An async byte stream that is bound to a given response instance, and that ensures the response.elapsed is set once the response is closed.
Async Method __aiter__ Undocumented
Method __init__ Undocumented
Async Method aclose Undocumented
Instance Variable ​_response Undocumented
Instance Variable ​_stream Undocumented
Instance Variable ​_timer Undocumented

Inherited from AsyncByteStream:

Async Method aread Undocumented
async def __aiter__(self):

Undocumented

Returns
typing.AsyncIterator[bytes]Undocumented
def __init__(self, stream, response, timer):

Undocumented

Parameters
stream:AsyncByteStreamUndocumented
response:ResponseUndocumented
timer:TimerUndocumented
async def aclose(self):

Undocumented

_response =

Undocumented

_stream =

Undocumented

_timer =

Undocumented