From 260380be45a1db86ca373d89bfd4f6c2088fcb1b Mon Sep 17 00:00:00 2001 From: Alexander Holland Date: Fri, 12 Feb 2016 22:39:23 +0100 Subject: Doc HTTPClient.get_response_headers_as_dictionary() --- doc/base/classes.xml | 1 + 1 file changed, 1 insertion(+) 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. + 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) -- cgit v1.2.3