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

Add parseQueryReplacePlus function #88

Merged
merged 2 commits into from
Apr 23, 2018
Merged

Conversation

steve-chavez
Copy link
Contributor

Currently the parseQuery function uses urlDecode True which converts + to space, my understanding is that this is desirable when having a x-www-form-urlencoded payload but not on every case, in particular for PostgREST we would like to be able to have an expression in the querystring that makes + meaningful.

This adds a new function(to preserve backward compatibility) that allows to set the urlDecode mode.

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