Skip to content

Commit dde5de8

Browse files
committed
-
1 parent 4db93bc commit dde5de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ which integrates seamlessly with the HttpClient component, or manually setting
706706
// you can set multiple cookies at once separating them with a ;
707707
'Cookie' => 'flavor=chocolate; size=medium',
708708

709-
// encode the cookie value to ensure that contains valid characters
709+
// if needed, encode the cookie value to ensure that it contains valid characters
710710
'Cookie' => sprintf("%s=%s", 'foo', rawurlencode('...')),
711711
],
712712
]);

0 commit comments

Comments
 (0)