-
Notifications
You must be signed in to change notification settings - Fork 227
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
Make httpResponseCode
be coupled with required
#1098
Comments
You use whatever is set on the |
This was referenced Mar 2, 2022
@kstich @JordonPhillips regarding the |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, this is valid (taken from the restJson1 protocol tests):
How should a server behave when
Status
is not provided? The spec does not mention. Should it fall back to 200? In our Rust sSDK implementation, we are currently failing to serialize the response.I think
httpResponseCode
withoutrequired
should not be allowed, since status code cannot be omitted from the HTTP response as per the RFC.The text was updated successfully, but these errors were encountered: