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

Return tuple for aiohttp #849

Merged
merged 11 commits into from
Dec 11, 2019
Merged

Commits on Dec 4, 2019

  1. Support aiohttp handlers to return tuples

    Julien Sagnard authored and cognifloyd committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    789f1e9 View commit details
    Browse the repository at this point in the history
  2. Minor update from spec-first#828 review

    Julien Sagnard authored and cognifloyd committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    4211f65 View commit details
    Browse the repository at this point in the history
  3. Factorize more code between Flask and AioHttp response

    Julien Sagnard authored and cognifloyd committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    af8bcb0 View commit details
    Browse the repository at this point in the history
  4. Fix CI

    Julien Sagnard authored and cognifloyd committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    94a684c View commit details
    Browse the repository at this point in the history
  5. Drop six string types

    cognifloyd committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    11d05aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c793e42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c77bc4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ba9e9a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Configuration menu
    Copy the full SHA
    f3e763e View commit details
    Browse the repository at this point in the history
  2. Adjust _prepare_body interface to simplify improving _serialize_data

    Rename _jsonify_data to _serialize_data to make its purpose easier to
    understand (this was also known as _cast_body in aiohttp_api).
    
    In exploring how to harmonize json serialization between aiothttp and
    flask, we needed to be able to adjust the mimetype from within
    _serialize_data. Harmonizing the actual serialization has to wait until
    backwards incompatible changes can be made, but we can keep the new
    interface, as these functions were introduced in this PR (spec-first#849).
    cognifloyd committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    e57e6a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1275511 View commit details
    Browse the repository at this point in the history