summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlos Garcia Campos <cgarcia@igalia.com>2021-02-11 10:47:09 +0100
committerCarlos Garcia Campos <carlosgc@gnome.org>2021-02-11 12:19:19 +0000
commit111ae4ebe7cc2e389573cff5b9ac76509d6cbac0 (patch)
tree830989be595a649f45caaf649dbb50cce859d222 /docs
parentcc9fbb8c29152b27d83aabe297add19309dd60c8 (diff)
downloadlibsoup-111ae4ebe7cc2e389573cff5b9ac76509d6cbac0.tar.gz
Remove http and https aliases support
It doesn't seem to be used. If needed we can just bring it back in the future.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/client-howto.xml13
-rw-r--r--docs/reference/server-howto.xml11
2 files changed, 0 insertions, 24 deletions
diff --git a/docs/reference/client-howto.xml b/docs/reference/client-howto.xml
index d9c558ae..898cfaf1 100644
--- a/docs/reference/client-howto.xml
+++ b/docs/reference/client-howto.xml
@@ -78,19 +78,6 @@ you can specify various additional options:
</para></listitem>
</varlistentry>
<varlistentry>
- <term><link linkend="SoupSession:http-aliases"><literal>"http-aliases"</literal></link>
- and <link linkend="SoupSession:https-aliases"><literal>"https-aliases"</literal></link></term>
- <listitem><para>
- Allow you to tell the session to recognize additional URI
- schemes as aliases for "<literal>http</literal>" or
- <literal>https</literal>. You can set this if you are
- using URIs with schemes like "<literal>dav</literal>" or
- "<literal>webcal</literal>" (and in particular, you need
- to set this if the server you are talking to might return
- redirects with such a scheme).
- </para></listitem>
- </varlistentry>
- <varlistentry>
<term><link linkend="SoupSession:proxy-resolver"><literal>"proxy-resolver"</literal></link></term>
<listitem>
<para>
diff --git a/docs/reference/server-howto.xml b/docs/reference/server-howto.xml
index 0d6545fd..7f743e4f 100644
--- a/docs/reference/server-howto.xml
+++ b/docs/reference/server-howto.xml
@@ -55,17 +55,6 @@ a few additional options:
on all responses.
</para></listitem>
</varlistentry>
- <varlistentry>
- <term><link linkend="SoupServer:http-aliases"><literal>"http-aliases"</literal></link>
- and <link linkend="SoupServer:https-aliases"><literal>"https-aliases"</literal></link></term>
- <listitem><para>
- Allow you to tell the server to recognize additional URI
- schemes as aliases for "<literal>http</literal>" or
- <literal>https</literal>. You can set this if you are
- serving URIs with schemes like "<literal>dav</literal>" or
- "<literal>webcal</literal>".
- </para></listitem>
- </varlistentry>
</variablelist>
</refsect2>