diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 97f76c5d3..4ca91da33 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -703,6 +703,34 @@ cd mpd-version</programlisting> </informaltable> </section> + <section> + <title><varname>soup</varname></title> + + <para> + Opens remote files or streams over HTTP. + </para> + + <informaltable> + <tgroup cols="2"> + <thead> + <row> + <entry>Setting</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + <row> + <entry> + <varname>proxy</varname> + </entry> + <entry> + Sets the address of the HTTP proxy server. + </entry> + </row> + </tbody> + </tgroup> + </informaltable> + </section> </section> <section> |