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

feat: return a wrapper on Response on UnexpectedResponse #76

Closed
wants to merge 13 commits into from

Commits on Jun 1, 2024

  1. feat: return Response<body> on UnexpectedResponse so that the body ca…

    …n be parsed for errors
    spolu committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    32140d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    b1bc711 View commit details
    Browse the repository at this point in the history
  2. Status as u16

    spolu committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    dbd95fa View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. enh: expose headers in ResponseWrapper

    Henry Fontanier committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c8771d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from dust-tt/enh/expose-headers-response-wrapper

    enh: expose headers in ResponseWrapper
    fontanierh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f532589 View commit details
    Browse the repository at this point in the history
  3. fix: don't expose hyper HeaderMap

    Henry Fontanier committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    470c8fd View commit details
    Browse the repository at this point in the history
  4. add error type

    Henry Fontanier committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b0a0983 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from dust-tt/fix/dont-expose-hyper-headermap

    fix: don't expose hyper HeaderMap
    fontanierh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    df8e425 View commit details
    Browse the repository at this point in the history
  6. fix: move header error out of enum

    Henry Fontanier committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8d0cf7f View commit details
    Browse the repository at this point in the history
  7. move new error struct close to ResponseWrapper

    Henry Fontanier committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    54af18f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from dust-tt/fix/move-header-error-to-its-own-e…

    …rror
    
    fix: move header error out of enum
    fontanierh committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d34896e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    a04669b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from dust-tt/spolu-connected_event

    SSE::Connected event to return status and headers
    spolu committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    148050f View commit details
    Browse the repository at this point in the history