A re-implementation of httpx's LineDecoder in Python that handles incrementally reading lines from text.

https://github.com/encode/httpx/blob/920333ea98118e9cf617f246905d7b202510941c/httpx/_decoders.py#L258

Constructors

Properties

Methods

Constructors

Properties

NEWLINE_CHARS: Set<string> = ...
NEWLINE_REGEXP: RegExp = ...

Methods