method case
authorChuck Hagenbuch <chuck@horde.org>
Sun, 23 Aug 2009 16:31:57 +0000 (12:31 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 23 Aug 2009 16:31:57 +0000 (12:31 -0400)
framework/Http_Client/examples/Horde/Http/Client/get-example-dot-com.php

index 06ba2d9..1b55e2a 100644 (file)
@@ -15,6 +15,6 @@ require 'Horde/Http/Client/Exception.php';
 require 'Horde/Http/Client/Response.php';
 
 $client = new Horde_Http_Client();
-$response = $client->GET('http://www.example.com/');
+$response = $client->get('http://www.example.com/');
 var_dump($response);
 echo $response->getBody();