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

Use Rack::Headers instead of Rack::Utils::HeaderHash #68

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

nari
Copy link
Contributor

@nari nari commented Oct 16, 2023

This PR is for warning text: Rack::Utils::HeaderHash is deprecated and will be removed in Rack 3.1
Issue: #67

@nari nari marked this pull request as ready for review October 16, 2023 08:38
@dtaniwaki
Copy link
Owner

Thank you for your contribution!

@dtaniwaki dtaniwaki merged commit d9a5603 into dtaniwaki:master Jan 16, 2024
@dtaniwaki
Copy link
Owner

@nari I have released v0.8.0. Please check it out!

@mishina2228
Copy link

Wait, Rack::Headers is only available in Rack 3, not in Rack 2.
rack/rack#1800
Should we change Rack 3 to be mandatory? It would be great if Rack 2 could also be used.

@mishina2228
Copy link

Never mind. It was considered to avoid errors in Rack 2.
8a8c8a4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants