소스 검색

Merge pull request #3695 from AlexHolly/doc-http-client

Doc HTTPClient.get_response_headers_as_dictionary()
Rémi Verschelde 9 년 전
부모
커밋
209316d02b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      doc/base/classes.xml

+ 1 - 0
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">