class MultipartDecoder:
Decodes a multipart message as bytes into Python events.
The part data is returned as available to allow the caller to save the data from memory to disk, if desired.
Method | __init__ |
Undocumented |
Method | last_newline |
Undocumented |
Method | next_event |
Undocumented |
Method | receive_data |
Undocumented |
Instance Variable | boundary |
Undocumented |
Instance Variable | boundary_re |
Undocumented |
Instance Variable | buffer |
Undocumented |
Instance Variable | complete |
Undocumented |
Instance Variable | max_form_memory_size |
Undocumented |
Instance Variable | preamble_re |
Undocumented |
Instance Variable | state |
Undocumented |
Method | _parse_headers |
Undocumented |
Undocumented
Parameters | |
boundary:bytes | Undocumented |
max_form_memory_size:Optional[ | Undocumented |
Undocumented
Parameters | |
data:bytes | Undocumented |
Returns | |
Headers | Undocumented |