File tree 1 file changed +19
-1
lines changed
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(
163
163
$message = new Message();
164
164
$message
165
165
->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')))
167
167
->addHeader(new Header('Runscope-Bucket-Auth', array('7a64dde7-74d5-4eed-b170-a2ab406eff08')))
168
168
->addCookie(new Cookie('PHPSESSID', '<MY_SESSION_ID>'))
169
169
->setBody($messageBody);
@@ -271,6 +271,24 @@ $response = $request->addAuthentication($clientCertificateAuthentication);
271
271
272
272
---
273
273
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
+
274
292
## Exception handling
275
293
276
294
PHP 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