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

Update FuncTagReqHeaders for API break introduced by Fiber 2.50.0 #2

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

lheinlen
Copy link
Contributor

Fiber v2.50.0 recently released an API break introduced by gofiber/fiber#2650. The break changed the signature of GetReqHeaders to return a map[string][]string (since the same header can have more than one value). This PR will, if a header has multiple values, append multiple k=v entries into the reqHeaders array.

@bigunmd
Copy link
Owner

bigunmd commented Oct 25, 2023

Great job, thanks!

@bigunmd bigunmd merged commit 67acefa into bigunmd:main Oct 25, 2023
@lheinlen
Copy link
Contributor Author

Thank you!

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.

2 participants