MultipartInputStream
Object Hierarchy:
Soup.MultipartInputStream
Soup.MultipartInputStream
Soup.MultipartInputStream
GLib.FilterInputStream
GLib.FilterInputStream
GLib.FilterInputStream->Soup.MultipartInputStream
GLib.InputStream
GLib.InputStream
GLib.InputStream->GLib.FilterInputStream
GLib.Object
GLib.Object
GLib.Object->GLib.InputStream
GLib.PollableInputStream
GLib.PollableInputStream
GLib.PollableInputStream->Soup.MultipartInputStream
Description:
[ CCode ( type_id = "soup_multipart_input_stream_get_type ()" ) ]public sealed 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 [[email protected] ]
obtained by sending the request with a [class@MultipartInputStream] and use [[email protected] _part] before reading.
Responses which are not wrapped will be treated like non-multipart responses.
Note that although MultipartInputStream is a [[email protected] ], you should not read directly from it,
and the results are undefined if you do.
Content:
Properties:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.FilterInputStream
base_stream
close_base_stream
get_base_stream
get_close_base_stream
All known members inherited from class GLib.InputStream
clear_pending
close
close_async
has_pending
is_closed
read
read_all
read_all_async
read_async
read_bytes
read_bytes_async
set_pending
skip
skip_async
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref
All known members inherited from interface GLib.PollableInputStream
is_readable
read_nonblocking