Skip to content

Commit

Permalink
Add missing imports (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
foremtehan authored Aug 12, 2023
1 parent 6f1da17 commit 9a2d5fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ retrieve multiple HTTP resources concurrently:
<?php

use Amp\Future;
use Amp\Http\Client\HttpClientBuilder;
use Amp\Http\Client\Request;

$httpClient = HttpClientBuilder::buildDefault();
$uris = [
Expand Down

0 comments on commit 9a2d5fa

Please sign in to comment.