Added
- Added the following utility methods to
ClientHandler
:getOptions()
: Retrieve the full request options array.getHeaders()
: Retrieve the headers array from the request options.hasHeader(string $header): bool
: Check if a specific header is set in the request.hasOption(string $option): bool
: Check if a specific option is set in the request.
Full Changelog: 2.0.4...2.0.5