Skip to content

Commit 58474f2

Browse files
authored
Update get.php
1 parent 19a9bc6 commit 58474f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/get.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
$http = new HTTPMonster();
88

99
$response = $http
10-
->Url('https://nahanabzar.ir')
10+
->Url('https://nahanabzar.ir/ai')
1111
->Method('GET')
1212
->Headers(
1313
array(
@@ -20,4 +20,4 @@
2020
echo $response;
2121

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

0 commit comments

Comments
 (0)