Skip to content

Commit f8ae9b9

Browse files
Update http_client.rst
1 parent aa84c7d commit f8ae9b9

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
@@ -672,7 +672,7 @@ you can override it by passing a ``DataPart``::
672672

673673
$formData = new FormDataPart([
674674
['json_data' => new DataPart(json_encode($json), null, 'application/json')]
675-
];
675+
]);
676676

677677
By default, HttpClient streams the body contents when uploading them. This might
678678
not work with all servers, resulting in HTTP status code 411 ("Length Required")

0 commit comments

Comments
 (0)