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

Improve error handling and response parser #232

Merged
merged 9 commits into from
Feb 24, 2024
Merged

Commits on Feb 8, 2024

  1. feat: add tool to decompress and parse.

    feat: handle errors by stage
    
    refactor: use class to handle http error
    
    chore: export 'UndiciResponseHandler', isHTTPError and isHttpieError
    
    docs: add doc about error handling
    SofianD committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    d803d46 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. fix RequestError type

    SofianD committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    58eba99 View commit details
    Browse the repository at this point in the history
  2. remove I

    SofianD committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    bbc22e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    f85c20f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90abf84 View commit details
    Browse the repository at this point in the history
  3. update type of handler error

    SofianD committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c495dc3 View commit details
    Browse the repository at this point in the history
  4. update doc

    SofianD committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e8795b5 View commit details
    Browse the repository at this point in the history
  5. make Pierre happy again

    SofianD committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e32cda5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74ef229 View commit details
    Browse the repository at this point in the history