httpx._decoders.LineDecoder
httpx
_decoders
LineDecoder
class LineDecoder:
View In Hierarchy
Handles incrementally reading lines from text. Uses universal line decoding, supporting any of `
Handles incrementally reading lines from text.
Uses universal line decoding, supporting any of `
`, ` `, or ` `
as line endings, normalizing to `
`.
__init__
decode
flush
buffer
Undocumented
str
typing.List[str]