File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff 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
276294PHP JSON HTTP Client provides different exceptions – also provided by the PHP Common Exceptions project – for proper handling.
You can’t perform that action at this time.
0 commit comments