Skip to content

Commit 6d7dbaa

Browse files
committed
minor #14379 Configuration reference: Improve example of http_client::headers (Nyholm)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- Configuration reference: Improve example of http_client::headers This will fix #14326 This can be merged to 4.4 Commits ------- 77f4d41 Configuration reference: Improve example of http_client::headers
2 parents 8fcfa59 + 77f4d41 commit 6d7dbaa

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
@@ -873,7 +873,7 @@ headers
873873
**type**: ``array``
874874

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

878878
http_version
879879
............

0 commit comments

Comments
 (0)