From fe568b3d27ca2c5cca3878b2a7a3a968e605aec4 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Thu, 6 Mar 2014 18:40:02 +0100 Subject: http: Improve options descriptions Add documentation where missing. Signed-off-by: Luca Barbato --- doc/protocols.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/protocols.texi') 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/" will be used. -- cgit v1.2.3