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 validation for http binding protocols #1873

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

kstich
Copy link
Contributor

@kstich kstich commented Jul 20, 2023

This commit updates validation of protocols that support the http trait to cover a case where no operations on a service with the protocol applied had the http trait was valid.

Resolves #1438

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This commit updates validation of protocols that support the `http`
trait to cover a case where no operations on a service with the protocol
applied had the `http` trait was valid.
@kstich kstich requested a review from a team as a code owner July 20, 2023 22:07
@kstich kstich merged commit fb55e42 into smithy-lang:main Jul 21, 2023
@kstich kstich deleted the protocols_http_trait branch July 21, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Protocols that support the http trait do not enforce that it must be attached to all operation shapes
2 participants