-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
🔥 write integer Query Parser. #2306
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some little improvements todo
Sure, I will commit to the changes you asked for. |
thx |
I commit changes you asked for. |
Congrats on merging your first pull request! 🎉 We here at Fiber are proud of you! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord |
This pull request adds a new feature to the codebase - an Integer Query URL Parser. This parser extracts all integers found in the query parameters of a given URL. The parser takes in a single argument, the URL, and returns a list of integers found in the query parameters. This feature can be useful for extracting and analyzing data from web analytics and other online tracking systems. The code has been tested and is ready for review and integration into the main branch.