Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requests: Add "requests.failed" hook #582

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Feb 28, 2024

  1. Requests: Add "requests.failed" hook

    This allows to inspect or alter the exception that is thrown to
    the user in case of transport errors, or in case of response
    parsing problems.
    pprkut committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9c3eb48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b01404 View commit details
    Browse the repository at this point in the history
  3. Requests: Fix style issues

    pprkut committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    88b812e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ace642 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c4d0b4 View commit details
    Browse the repository at this point in the history
  6. Revert "Requests: Combine handling of Exception and InvalidArgument i…

    …n one catch"
    
    Multi-catch is PHP 7.1+, and we still need to support 5.6
    
    This reverts commit 11faa0f.
    pprkut committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    dca20b2 View commit details
    Browse the repository at this point in the history
  7. Requests: Fix style issues

    pprkut committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2dd33f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d150be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7cec224 View commit details
    Browse the repository at this point in the history