From d809987827b86df49e94081af00b7b61a19a9949 Mon Sep 17 00:00:00 2001 From: Alexander Holland Date: Sat, 20 Feb 2016 00:37:43 +0100 Subject: update doc on HTTPClient headers case-sensitivity --- doc/base/classes.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 4c30d98338..034d32576b 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -13032,7 +13032,9 @@ Returns an empty String "" at the end of the list. - Returns all response headers as dictionary where the keys and values are transformed to lower case. A key with more than one value is a simple string with "; " as separator. example: (content-length:12), (content-type:application/json; charset=utf-8) + Returns all response headers as dictionary where the case-sensitivity of the keys and values is kept like the server delivers it. A value is a simple String, this string can have more than one value where "; " is used as separator. +Structure: ("key":"value1; value2") +Example: (content-length:12), (Content-Type:application/json; charset=UTF-8) @@ -20052,6 +20054,10 @@ Returns an empty String "" at the end of the list. + + + + -- cgit v1.2.3