diff options
author | Gustavo Noronha Silva <gustavo.noronha@collabora.com> | 2012-08-20 10:37:17 -0300 |
---|---|---|
committer | Gustavo Noronha Silva <gns@gnome.org> | 2012-08-20 10:45:09 -0300 |
commit | d2a1f47dd173cc6642832c33b554c506dc97b7b9 (patch) | |
tree | a7145236d46e1867b681fc243ce64d0b49bf2620 /docs | |
parent | 207b8aa56d272e20d5d3e052753e15b8fb43214f (diff) | |
download | libsoup-d2a1f47dd173cc6642832c33b554c506dc97b7b9.tar.gz libsoup-d2a1f47dd173cc6642832c33b554c506dc97b7b9.tar.bz2 libsoup-d2a1f47dd173cc6642832c33b554c506dc97b7b9.zip |
Add SoupMultipartInputStream for handling multipart responses
SoupMultipartInputStream can be used by the API user to wrap the input
stream, and provides API to obtain the next part and its headers,
using a SoupFilterInputStream internally for buffer management.
https://bugzilla.gnome.org/show_bug.cgi?id=656684
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libsoup-2.4-docs.sgml | 1 | ||||
-rw-r--r-- | docs/reference/libsoup-2.4-sections.txt | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/reference/libsoup-2.4-docs.sgml b/docs/reference/libsoup-2.4-docs.sgml index 21e19ea4..76aa87ea 100644 --- a/docs/reference/libsoup-2.4-docs.sgml +++ b/docs/reference/libsoup-2.4-docs.sgml @@ -74,6 +74,7 @@ <xi:include href="xml/soup-request-file.xml"/> <xi:include href="xml/soup-request-data.xml"/> <xi:include href="xml/soup-cache.xml"/> + <xi:include href="xml/soup-multipart-input-stream.xml"/> </chapter> <index> diff --git a/docs/reference/libsoup-2.4-sections.txt b/docs/reference/libsoup-2.4-sections.txt index 39e8288a..6f819c32 100644 --- a/docs/reference/libsoup-2.4-sections.txt +++ b/docs/reference/libsoup-2.4-sections.txt @@ -927,6 +927,21 @@ soup_multipart_get_type </SECTION> <SECTION> +<FILE>soup-multipart-input-stream</FILE> +<TITLE>SoupMultipartInputStream</TITLE> +SoupMultipartInputStream +soup_multipart_input_stream_new +<SUBSECTION> +soup_multipart_input_stream_get_headers +soup_multipart_input_stream_next_part +soup_multipart_input_stream_next_part_async +soup_multipart_input_stream_next_part_finish +<SUBSECTION Standard> +SOUP_TYPE_MULTIPART_INPUT_STREAM +soup_multipart_input_stream_get_type +</SECTION> + +<SECTION> <FILE>soup-cookie-jar-text</FILE> <TITLE>SoupCookieJarText</TITLE> SoupCookieJarText |