1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-23 17:44:02 +01:00

Merge pull request #1258 from Brunty/httpbin-host

Fixed typo in quickstart docs for httpbin
This commit is contained in:
Michael Dowling 2015-09-16 10:16:18 -07:00
commit 146ea37604

View File

@ -95,7 +95,7 @@ ready:
use GuzzleHttp\Psr7\Request;
$request = new Request('PUT', 'http:/httpbin.org/put');
$request = new Request('PUT', 'http://httpbin.org/put');
$response = $client->send($request, ['timeout' => 2]);
Client objects provide a great deal of flexibility in how request are