diff options
author | Dan Winship <danw@gnome.org> | 2009-07-26 10:43:14 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2011-11-05 09:10:03 -0400 |
commit | c68bff78ac88efb0abc5bf2aa50866d67ed64d76 (patch) | |
tree | f6eb2ad3f836cb6504358453b96794c75306d3e9 /docs/reference | |
parent | 917650e918ff55d0b78a4784474285ca43e84703 (diff) | |
download | libsoup-c68bff78ac88efb0abc5bf2aa50866d67ed64d76.tar.gz libsoup-c68bff78ac88efb0abc5bf2aa50866d67ed64d76.tar.bz2 libsoup-c68bff78ac88efb0abc5bf2aa50866d67ed64d76.zip |
SoupSession: Add http-aliases and https-aliases properties
Currently SoupSession treats all URI schemes except "https" as aliases
for "http", and some apps depend on this. (Eg, iTunes sometimes
returns redirects involving "daap" URIs, which Rhythmbox needs to
treat as "http".) Unfortunately, this also means that it mishandles
redirects to, eg, ftp.
The http-aliases and https-aliases properties allow an app to
explicitly indicate which URI schemes should be considered aliases for
http and https, with other schemes considered to be unknown and
unhandled.
Diffstat (limited to 'docs/reference')
-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 30613519..7d462c8f 100644 --- a/docs/reference/libsoup-2.4-sections.txt +++ b/docs/reference/libsoup-2.4-sections.txt @@ -419,6 +419,8 @@ SOUP_SESSION_REMOVE_FEATURE_BY_TYPE SOUP_SESSION_ACCEPT_LANGUAGE SOUP_SESSION_ACCEPT_LANGUAGE_AUTO SOUP_SESSION_SSL_STRICT +SOUP_SESSION_HTTP_ALIASES +SOUP_SESSION_HTTPS_ALIASES <SUBSECTION Standard> SOUP_IS_SESSION SOUP_IS_SESSION_CLASS |