This adds support for the multipart responses. For handling the
multiple parts the user needs to wrap the gio.input_stream.InputStream obtained by
sending the request with a class@MultipartInputStream and use
soup.multipart_input_stream.MultipartInputStream.nextPart before reading. Responses
which are not wrapped will be treated like non-multipart responses.
Note that although #SoupMultipartInputStream is a gio.input_stream.InputStream,
you should not read directly from it, and the results are undefined
if you do.
Handles streams of multipart messages.
This adds support for the multipart responses. For handling the multiple parts the user needs to wrap the gio.input_stream.InputStream obtained by sending the request with a class@MultipartInputStream and use soup.multipart_input_stream.MultipartInputStream.nextPart before reading. Responses which are not wrapped will be treated like non-multipart responses.
Note that although #SoupMultipartInputStream is a gio.input_stream.InputStream, you should not read directly from it, and the results are undefined if you do.