Skip to content

Commit 93352f2

Browse files
committed
Merge branch '5.1' into 5.x
* 5.1: Configuration reference: Improve example of http_client::headers
2 parents b3a6fd0 + fb04ff8 commit 93352f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ headers
951951
**type**: ``array``
952952

953953
An associative array of the HTTP headers added before making the request. This
954-
value must use the format ``['header-name' => header-value, ...]``.
954+
value must use the format ``['header-name' => 'value0, value1, ...']``.
955955

956956
http_codes
957957
..........

0 commit comments

Comments
 (0)