summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2016-02-13 13:37:07 +0100
committerRémi Verschelde <remi@verschelde.fr>2016-02-13 13:37:07 +0100
commit209316d02b316d71d8a5b4fc0853791c31fe0656 (patch)
tree19eec915308011ad808e19624d0c827587fb072b
parent657a46c434e71e8c97d1872b9f33fb4299582cb0 (diff)
parent260380be45a1db86ca373d89bfd4f6c2088fcb1b (diff)
Merge pull request #3695 from AlexHolly/doc-http-client
Doc HTTPClient.get_response_headers_as_dictionary()
-rw-r--r--doc/base/classes.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index b1871632d0..0c7bbba85e 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -12968,6 +12968,7 @@ verify_host will check the SSL identity of the host if set to true.
<return type="Dictionary">
</return>
<description>
+ 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)
</description>
</method>
<method name="get_response_body_length" qualifiers="const">