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 Rack::RewindableInput::Middleware #1803

Merged
merged 1 commit into from
Feb 12, 2022

Commits on Feb 4, 2022

  1. Add Rack::RewindableInput::Middleware

    This will automatically wrap rack.input with Rack::RewindableInput,
    for compatibility with middleware and applications that expect
    rewindable input.
    
    Related to rack#1148, but this does not contain any SPEC changes. It's
    possible for servers targetting Rack 2 compatibility to use this
    middleware to implement the compatibility.
    jeremyevans committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    03995ed View commit details
    Browse the repository at this point in the history