Skip to content

Commit

Permalink
Update get.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ReactMVC authored Jul 20, 2023
1 parent 19a9bc6 commit 58474f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/get.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
$http = new HTTPMonster();

$response = $http
->Url('https://nahanabzar.ir')
->Url('https://nahanabzar.ir/ai')
->Method('GET')
->Headers(
array(
Expand All @@ -20,4 +20,4 @@
echo $response;

$statusCode = $http->getStatus();
echo "<br /> Status Code: $statusCode\n";
echo "<br /> Status Code: $statusCode\n";

0 comments on commit 58474f2

Please sign in to comment.