summaryrefslogtreecommitdiff
path: root/libsoup/soup.h
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2008-03-15 09:52:35 -0400
committerDan Winship <danw@gnome.org>2009-12-16 14:45:40 +0100
commit04e927a174b7f40c97a8106ad3f64a729abe952b (patch)
tree33a1e617f755eac15a0a999d87f9fd3c4de51907 /libsoup/soup.h
parent61eb97855fcc208fba268e1e6754b9ac2e19b1d4 (diff)
downloadlibsoup-04e927a174b7f40c97a8106ad3f64a729abe952b.tar.gz
Content-Encoding support
Adds SoupContentDecoder, which provides support for decoding "gzip" Content-Encoding. For now other types are not supported and can't be added. The SoupCoding interface is private because it will eventually be replaced with something GConverter-based. https://bugzilla.gnome.org/show_bug.cgi?id=522772
Diffstat (limited to 'libsoup/soup.h')
-rw-r--r--libsoup/soup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsoup/soup.h b/libsoup/soup.h
index f3b0b3d5..e7273614 100644
--- a/libsoup/soup.h
+++ b/libsoup/soup.h
@@ -15,6 +15,7 @@ extern "C" {
#include <libsoup/soup-auth-domain.h>
#include <libsoup/soup-auth-domain-basic.h>
#include <libsoup/soup-auth-domain-digest.h>
+#include <libsoup/soup-content-decoder.h>
#include <libsoup/soup-content-sniffer.h>
#include <libsoup/soup-cookie.h>
#include <libsoup/soup-cookie-jar.h>