class documentation

class BoundAsyncStream(AsyncByteStream): (source)

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
async def __aiter__(self): (source)

Undocumented

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

Undocumented

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

Undocumented

_response = (source)

Undocumented

Undocumented

Undocumented