aboutsummaryrefslogtreecommitdiffstats
path: root/doc/protocols.texi
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-03-06 18:40:03 +0100
committerReinhard Tartler <siretart@tauware.de>2014-03-15 09:52:07 -0400
commitcd874cf8e69f1b31986fd978577994b45efa3d5c (patch)
treeedce7d1aa3fae2d9075b6243a703335dd9896269 /doc/protocols.texi
parent82a3e469c6584e6d9e56a3fc38eb001d0650defa (diff)
downloadffmpeg-cd874cf8e69f1b31986fd978577994b45efa3d5c.tar.gz
http: Allow setting a Content-Type for POST requests
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit 2572d07c1f0abd9e2bf3ed20dbe35c58f1dd6ac4)
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 597693af29..1501dab60c 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -95,6 +95,9 @@ This protocol accepts the following options:
@item chunked_post
If set to 1 use chunked Transfer-Encoding for posts, default is 1.
+@item content_type
+Set a specific content type for the POST messages.
+
@item headers
Set custom HTTP headers, can override built in default headers. The
value must be a string encoding the headers.