Skip to content

Commit b71a574

Browse files
author
Martin Brecht-Precht
committed
Updated readme.
1 parent 6e2cf82 commit b71a574

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ $messageBody = new JsonBody(array(
163163
$message = new Message();
164164
$message
165165
->addHeader(new Header('Content-Type', array('application/json')))
166-
->addHeader(new Header('Accept', array('application/json', 'text/*')))
166+
->addHeader(new Header('Accept', array('application/json')))
167167
->addHeader(new Header('Runscope-Bucket-Auth', array('7a64dde7-74d5-4eed-b170-a2ab406eff08')))
168168
->addCookie(new Cookie('PHPSESSID', '<MY_SESSION_ID>'))
169169
->setBody($messageBody);
@@ -271,6 +271,24 @@ $response = $request->addAuthentication($clientCertificateAuthentication);
271271

272272
---
273273

274+
## Reading from the resulting Response instance
275+
276+
TODO
277+
278+
---
279+
280+
## Getting effective Request information
281+
282+
TODO
283+
284+
---
285+
286+
## Getting some transactional statistics
287+
288+
TODO
289+
290+
---
291+
274292
## Exception handling
275293

276294
PHP JSON HTTP Client provides different exceptions – also provided by the PHP Common Exceptions project – for proper handling.

0 commit comments

Comments
 (0)