From 2572d07c1f0abd9e2bf3ed20dbe35c58f1dd6ac4 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Thu, 6 Mar 2014 18:40:03 +0100 Subject: http: Allow setting a Content-Type for POST requests Signed-off-by: Luca Barbato --- doc/protocols.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/protocols.texi') 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. -- cgit v1.2.3