class MultiDecoder(ContentDecoder):
Method | __init__ |
'children' should be a sequence of decoders in the order in which each was applied. |
Method | decode |
Undocumented |
Method | flush |
Undocumented |
Instance Variable | children |
Undocumented |
Parameters | |
children:typing.Sequence[ | Undocumented |
httpx._decoders.ContentDecoder.decode
Undocumented
Parameters | |
data:bytes | Undocumented |
Returns | |
bytes | Undocumented |
httpx._decoders.ContentDecoder.flush
Undocumented
Returns | |
bytes | Undocumented |