Skip to content

v2.0.5

Latest
Compare
Choose a tag to compare
@Thavarshan Thavarshan released this 29 Mar 19:25
· 1 commit to main since this release

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