[ CCode ( type_id = "soup_multipart_input_stream_get_type ()" ) ]
public class MultipartInputStream : FilterInputStream, PollableInputStream
Handles streams of multipart messages.
This adds support for the multipart responses. For handling the multiple parts the user needs to wrap the [class@Gio.InputStream] obtained by sending the request with a [class@MultipartInputStream] and use [method@MultipartInputStream.next_part] before reading. Responses which are not wrapped will be treated like non-multipart responses.
Note that although [class@MultipartInputStream] is a [class@Gio.InputStream], you should not read directly from it, and the results are undefined if you do.