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
Support raw query string #3911
Support raw query string #3911
Conversation
- Lazily parse Query by access of "pairs" variable - Add raw for access and withRaw to replace the internal string representation
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.
This is outstanding! Need to fix MiMa, but there's a way.
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.
Looks great.
/cc @drwlrsn, whose work this will enable. Look for it in http4s-0.21.12 and 1.0.0-M8.
Trying to trigger GitHub Action |
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.
I think that's the best we can do without breaking bincompat.
This should hopefully be binary compatible, lets see what MIMA says.