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

Allow reading request bodies in middlewares #34294

Merged
merged 7 commits into from Feb 17, 2022

Commits on Feb 17, 2022

  1. Copy the full SHA
    852d0bb View commit details
    Browse the repository at this point in the history
  2. use Request.json

    Schniz committed Feb 17, 2022
    Copy the full SHA
    09aaced View commit details
    Browse the repository at this point in the history
  3. Use the global web type

    Schniz committed Feb 17, 2022
    Copy the full SHA
    a86e6cd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    568b54a View commit details
    Browse the repository at this point in the history
  5. fix types

    Schniz committed Feb 17, 2022
    Copy the full SHA
    afb82ec View commit details
    Browse the repository at this point in the history
  6. Override methods instead of using a proxy.

    And move all implementation details into a new module
    Schniz committed Feb 17, 2022
    Copy the full SHA
    6e26b05 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6012b9f View commit details
    Browse the repository at this point in the history