A re-implementation of httpx's LineDecoder in Python that handles incrementally reading lines from text.
LineDecoder
https://github.com/encode/httpx/blob/920333ea98118e9cf617f246905d7b202510941c/httpx/_decoders.py#L258
Static
A re-implementation of httpx's
LineDecoderin Python that handles incrementally reading lines from text.https://github.com/encode/httpx/blob/920333ea98118e9cf617f246905d7b202510941c/httpx/_decoders.py#L258