diff options
author | Clément Bœsch <u@pkh.me> | 2014-03-06 18:40:03 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2014-03-15 09:52:07 -0400 |
commit | cd874cf8e69f1b31986fd978577994b45efa3d5c (patch) | |
tree | edce7d1aa3fae2d9075b6243a703335dd9896269 /doc/protocols.texi | |
parent | 82a3e469c6584e6d9e56a3fc38eb001d0650defa (diff) | |
download | ffmpeg-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.texi | 3 |
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. |