We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa84c7d commit f8ae9b9Copy full SHA for f8ae9b9
http_client.rst
@@ -672,7 +672,7 @@ you can override it by passing a ``DataPart``::
672
673
$formData = new FormDataPart([
674
['json_data' => new DataPart(json_encode($json), null, 'application/json')]
675
- ];
+ ]);
676
677
By default, HttpClient streams the body contents when uploading them. This might
678
not work with all servers, resulting in HTTP status code 411 ("Length Required")
0 commit comments