class documentation

class DechunkedInput(io.RawIOBase): (source)

View In Hierarchy

An input stream that handles Transfer-Encoding 'chunked'

Method __init__ Undocumented
Method read_chunk_len Undocumented
Method readable Undocumented
Method readinto Undocumented
Instance Variable _done Undocumented
Instance Variable _len Undocumented
Instance Variable _rfile Undocumented
def __init__(self, rfile: t.IO[bytes]): (source)

Undocumented

def read_chunk_len(self) -> int: (source)

Undocumented

def readable(self) -> bool: (source)

Undocumented

def readinto(self, buf: bytearray) -> int: (source)

Undocumented

Undocumented

Undocumented

Undocumented