ct for the input stream, along with two callbacks that will get called whenever a field or file is parsed. Args: headers: A dictionary-like object of HTTP headers. The only required header is Content-Type. input_stream: A file-like object that represents the request body. The read() method must return bytestrings. on_field: Callback to call with each parsed field. on_file: Callback to call with each parsed file. chunk_size: The maximum size to read from the input stream and write to the parser at one time. Defaults to 1 MiB. zContent-LengthNr„