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: formatter for HTTP responses #461

Merged
merged 1 commit into from Aug 19, 2021
Merged

feat: formatter for HTTP responses #461

merged 1 commit into from Aug 19, 2021

Commits on Aug 13, 2021

  1. feat: formatter for HTTP responses

    Previously when the HaveHTTPStatus() matcher failed, the whole HTTP
    response object was printed out, and any message was rendered in
    bytes rather than as a string.
    
    This introduces a formatter for HTTP responses, so that the key data is
    presented in a helpful format.
    blgm committed Aug 13, 2021
    Copy the full SHA
    4f1c74a View commit details
    Browse the repository at this point in the history