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

Binary media types list #29

Merged
merged 9 commits into from
Jan 17, 2024
Merged

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    ac11090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dfc591 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70f2f4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ea72ae View commit details
    Browse the repository at this point in the history
  5. Options: hold a [MediaType] to be considered for binary responses

    A careful reading between the lines of the [API Gateway documentation][1]
    implies that if `binaryMediaTypes` is not set on the API Gateway, all
    responses are considered to be text. So we should be able to get away
    with an explicit list of media types that require binary responses,
    and we can ask the developer to ensure that it matches the
    `binaryMediaTypes` setting on his or her API.
    
    [1]: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-payload-encodings-workflow.html
    JackKelly-Bellroy committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    020b496 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a5f750 View commit details
    Browse the repository at this point in the history
  7. Update version

    JackKelly-Bellroy committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7409711 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    f7ec66b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f35b8b View commit details
    Browse the repository at this point in the history