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
... since they're easier to read.
http://domain/dir name/?va r=va lue
should parse as:
http://domain/dir%20name/?va+r=va+lue
instead of:
http://domain/dir%20name/?va%20r=va%20lue
by default
The text was updated successfully, but these errors were encountered:
This is a duplicate of #18. I don't disagree that it would be nice if they worked the same way, but I doubt we're going to get convergence there.
Sorry, something went wrong.
No branches or pull requests
... since they're easier to read.
should parse as:
instead of:
by default
The text was updated successfully, but these errors were encountered: