Skip to content

Commit 8105685

Browse files
committed
-
1 parent 57961d1 commit 8105685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

http_client.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,7 @@ and process them efficiently.
13211321
Here's a practical example that fetches metadata about several Symfony
13221322
components from the Packagist API in parallel::
13231323

1324+
$packages = ['console', 'http-kernel', '...', 'routing', 'yaml'];
13241325
$responses = [];
13251326
foreach ($packages as $package) {
13261327
$uri = sprintf('https://repo.packagist.org/p2/symfony/%s.json', $package);

0 commit comments

Comments
 (0)