File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -299,13 +299,33 @@ $response = $request->addAuthentication($clientCertificateAuthentication);
299
299
300
300
---
301
301
302
+ ## Reading from the resulting Response instance
303
+
304
+ TODO
305
+
306
+ ---
307
+
308
+ ## Getting effective Request information
309
+
310
+ TODO
311
+
312
+ ---
313
+
314
+ ## Getting some transactional statistics
315
+
316
+ TODO
317
+
318
+ ---
319
+
302
320
## Extending the Basic HTTP Client
303
321
304
322
Every part of the client is based upon proper interfaces. Most class instances can get injected into the client itself.
305
323
If you want to extend the client just write some classes implementing the according interface and you´re done with that.
306
324
307
325
Take a look at the [ PHP JSON HTTP Client] ( https://github.com/markenwerk/php-json-http-client ) which is an extension of the PHP Basic HTTP Client.
308
326
327
+ ---
328
+
309
329
## Exception handling
310
330
311
331
PHP Basic 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