MultipartInputStream


Description:

[ CCode ( has_construct_function = false ) ]
public MultipartInputStream (Message msg, InputStream base_stream)

Creates a new MultipartInputStream that wraps the [class@Gio.

InputStream] obtained by sending the [class@Message].

Reads should not be done directly through this object, use the input streams returned by [method@MultipartInputStream.next_part] or its async counterpart instead.

Parameters:

msg

the Message the response is related to.

base_stream

the InputStream returned by sending the request.

Returns:

a new MultipartInputStream