summaryrefslogtreecommitdiff
path: root/doc/protocols.texi
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-03-06 18:39:59 +0100
committerLuca Barbato <lu_zero@gentoo.org>2014-03-11 22:08:57 +0100
commitddfc98906373d1f17f6205cedd14c68d7a75995f (patch)
treef9e77d08d565330791c83bbcea47cd3622b3e05e /doc/protocols.texi
parente58c85b0686892960042232e51c77168b264838a (diff)
http: Support setting custom User-Agent
Contextually make the default User-Agent use the common "Name/Version" pattern. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index b16234b8fa..fa14a8c53d 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -92,6 +92,10 @@ HTTP (Hyper Text Transfer Protocol).
This protocol accepts the following options:
@table @option
+@item user_agent
+Override the User-Agent header. If not specified a string of the form
+"Lavf/<version>" will be used.
+
@item mime_type
Export the MIME type.