File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 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);
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
304322Every part of the client is based upon proper interfaces. Most class instances can get injected into the client itself.
305323If you want to extend the client just write some classes implementing the according interface and you´re done with that.
306324
307325Take 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
311331PHP 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