diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2014-03-06 18:40:02 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-03-11 22:08:57 +0100 |
commit | fe568b3d27ca2c5cca3878b2a7a3a968e605aec4 (patch) | |
tree | 6ede5f46de751f9dd481637a0c6b2a456e610259 /doc/protocols.texi | |
parent | ab76d9f628ad46e1d3bbf26c5bf1f87083f239ab (diff) | |
download | ffmpeg-fe568b3d27ca2c5cca3878b2a7a3a968e605aec4.tar.gz |
http: Improve options descriptions
Add documentation where missing.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 406a431841..597693af29 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -92,6 +92,19 @@ HTTP (Hyper Text Transfer Protocol). This protocol accepts the following options: @table @option +@item chunked_post +If set to 1 use chunked Transfer-Encoding for posts, default is 1. + +@item headers +Set custom HTTP headers, can override built in default headers. The +value must be a string encoding the headers. + +@item multiple_requests +Use persistent connections if set to 1, default is 0. + +@item post_data +Set custom HTTP post data. + @item user_agent Override the User-Agent header. If not specified a string of the form "Lavf/<version>" will be used. |