diff options
author | Dan Winship <danw@gnome.org> | 2012-07-25 09:20:32 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2012-12-10 17:14:57 +0100 |
commit | 53c270d0e2868fa5ad48ce864f10a9486b11a071 (patch) | |
tree | 87bd076bfe8fa4750c6eb69c99315cd355068400 /docs | |
parent | 76883f68eaed736caa298a0177da9fbcef5f31e3 (diff) | |
download | libsoup-53c270d0e2868fa5ad48ce864f10a9486b11a071.tar.gz libsoup-53c270d0e2868fa5ad48ce864f10a9486b11a071.tar.bz2 libsoup-53c270d0e2868fa5ad48ce864f10a9486b11a071.zip |
SoupRequest: add soup_request_disable_feature()
Add soup_request_disable_feature(), which proxies to
soup_message_disable_feature() for SoupRequestHTTP and is a no-op
otherwise.
Add SoupRequest tests to sniffing-test, which also tests
soup_request_disable_feature() now.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libsoup-2.4-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/libsoup-2.4-sections.txt b/docs/reference/libsoup-2.4-sections.txt index 52cdc37b..46978535 100644 --- a/docs/reference/libsoup-2.4-sections.txt +++ b/docs/reference/libsoup-2.4-sections.txt @@ -1112,6 +1112,8 @@ soup_request_get_content_type soup_request_get_session soup_request_get_uri <SUBSECTION> +soup_request_disable_feature +<SUBSECTION> SOUP_REQUEST_SESSION SOUP_REQUEST_URI <SUBSECTION Standard> |