1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 18:43:22 +01:00

Merge pull request #234 from angelk/readmeFix

README add mssing "."
This commit is contained in:
Michael Dowling 2013-02-08 10:08:33 -08:00
commit 49b7477d9b

View File

@ -124,7 +124,7 @@ echo $request . "\n\n" . $response;
$request = RequestFactory::fromMessage(
"PUT / HTTP/1.1\r\n" .
"Host: test.com:8081\r\n" .
"Content-Type: text/plain"
"Content-Type: text/plain" .
"Transfer-Encoding: chunked\r\n" .
"\r\n" .
"this is the body"