-
Notifications
You must be signed in to change notification settings - Fork 4
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
Remove double decode/encode URI #180
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.
This looks good to me!
At one point we should probably move to using URLSearchParams
so these things are handled automatically for us. But, I made a mistake when doing my own query params module here by implementing arrays as comma separated values rather than repeated assignments to the same name. Not sure there's a good way to unwind from that.
@zth would moving to |
Just how arrays are handled is the question, as mentioned above. |
38128fd
to
852581a
Compare
852581a
to
7741e69
Compare
@tsnobip ready to go? |
yes ready! |
to rebase on main once #179 is merged