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

Handle empty response bodies #25

Open
zdimension opened this issue Jun 15, 2022 · 0 comments · May be fixed by #28
Open

Handle empty response bodies #25

zdimension opened this issue Jun 15, 2022 · 0 comments · May be fixed by #28
Labels
bug Something isn't working

Comments

@zdimension
Copy link
Contributor

Currently, the expect_status method deserializes the body to some type, but this fails for an empty body (where we would expect to be able to use expect_status::<()>).

@zdimension zdimension added the bug Something isn't working label Jun 15, 2022
@zdimension zdimension linked a pull request Jul 3, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant