Skip to content

Commit 73b9d79

Browse files
author
Martin Brecht-Precht
committed
Updated readme.
1 parent 81939f4 commit 73b9d79

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,33 @@ $response = $request->addAuthentication($clientCertificateAuthentication);
299299

300300
---
301301

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+
302320
## Extending the Basic HTTP Client
303321

304322
Every part of the client is based upon proper interfaces. Most class instances can get injected into the client itself.
305323
If you want to extend the client just write some classes implementing the according interface and you´re done with that.
306324

307325
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.
308326

327+
---
328+
309329
## Exception handling
310330

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

0 commit comments

Comments
 (0)