-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Update how-to-access-query-string-parameters.md #2148
Conversation
|
||
The `url.parser()` method returns an object which have many key value pairs one of which is the `query` object. Some other handy information returned by the method include `host`, `pathname`, `search` keys. |
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 should be url.parse
instead of parser
I was working on this a moment ago hehe, I had added a section mentioning the builtin
I also edited the initial example, since the HTTP server wasn't specific to the example.
|
Updated with querystring section as suggested by @jonchurch
Thanks, @jonchurch, for such thoughtful content😄 If you further like to update other Articles in the Knowlagebase I would suggest:
We would love to have your contributions.🙂 |
@jonchurch:Please have a review again if possible, there're changes according to your suggestions :) |
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.
LGTM
Hey @chowdhurian and @fhemberger,
In accordance with issue #1977, I have updated the Article how-to-access-query-string-parameters with the following changes:
url.parse()
.If there are any suggestion/enhancement/tips please feel free to tell me, I would love to incorporate those changes in this Article 😄