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

[docs] Document middleware response changes #42295

Merged
merged 6 commits into from Nov 7, 2022
Merged

Commits on Nov 1, 2022

  1. [docs] Document middleware response changes

    Beginning in Next.js 13, middleware can now respond directly, without
    needing to rewrite or redirect, when the experimental
    `.allowMiddlewareResponseBody` configuration setting is set. Document
    this behavior.
    Edward Thomson committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    48b74f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Update docs/advanced-features/middleware.md

    Edward Thomson committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    65b5709 View commit details
    Browse the repository at this point in the history
  2. Update docs/advanced-features/middleware.md

    Edward Thomson committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    79702dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb1d379 View commit details
    Browse the repository at this point in the history
  4. lint fix

    ijjk committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    36d950b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e4d8a5 View commit details
    Browse the repository at this point in the history