8000
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 0828316 commit 8e9ff12Copy full SHA for 8e9ff12
README.md
@@ -45,7 +45,7 @@ $loop->run();
45
$loop = \React\EventLoop\Factory::create();
46
$http = new \Shuchkin\ReactHTTP\Client( $loop );
47
48
-$http->get('GET', 'https://jigsaw.w3.org/HTTP/TE/foo.txt',['User-Agent' => 'ReactPHP Awesome'] )->then(
+$http->get('https://jigsaw.w3.org/HTTP/TE/foo.txt',['User-Agent' => 'ReactPHP Awesome'] )->then(
49
function ( $content ) {
50
echo $content;
51
},
0 commit comments