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:
commit
146ea37604
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user