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

Add missing Content-Type headers to @httpPayload protocol tests #2315

Commits on Jun 11, 2024

  1. Add missing Content-Type headers to @httpPayload protocol tests

    As per the specs for these protocols, a `Content-Type` header should be
    set. Server should reject requests when an expected `Content-Type`
    header is not found (protcol tests for that are added in smithy-lang#2314).
    
    - https://smithy.io/2.0/aws/protocols/aws-restjson1-protocol.html#content-type
    - https://smithy.io/2.0/aws/protocols/aws-restxml-protocol.html#content-type
    david-perez committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3ca60f2 View commit details
    Browse the repository at this point in the history