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

uri.addQuery("key") does not work without a value #46

Closed
thenewguy opened this issue Sep 10, 2012 · 2 comments
Closed

uri.addQuery("key") does not work without a value #46

thenewguy opened this issue Sep 10, 2012 · 2 comments

Comments

@thenewguy
Copy link

I would expect uri.addQuery("key") to return "http://example.com/?key" but I have to do uri.addQuery("key", "value") and get "http://example.com/?key=value"

@rodneyrehm
Copy link
Member

Well, that wouldn't be too hard to do. Meanwhile you're looking for .addQuery("key", null).

@rodneyrehm
Copy link
Member

Issue resolved with v1.8.0

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

No branches or pull requests

2 participants