We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently Locals accepts only a string for key.
Fasthttp has merged my PR to change uservalues to accept Interface{} for key: valyala/fasthttp#1387 (comment)
See valyala/fasthttp#1385 (comment)
No response
The text was updated successfully, but these errors were encountered:
I think we can replace it after new Fasthttp version releases
Sorry, something went wrong.
@efectn PR complete
string
ContextKey
any
c.Locals
Successfully merging a pull request may close this issue.
Feature Description
Currently Locals accepts only a string for key.
Fasthttp has merged my PR to change uservalues to accept Interface{} for key: valyala/fasthttp#1387 (comment)
Additional Context (optional)
See valyala/fasthttp#1385 (comment)
Code Snippet (optional)
No response
Checklist:
The text was updated successfully, but these errors were encountered: