Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aac42c commit 31098a4Copy full SHA for 31098a4
doc/api/http2.md
@@ -3113,9 +3113,9 @@ Url {
3113
href: '/status?name=ryan' }
3114
```
3115
3116
-To extract the parameters from the query string, the
3117
-`require('querystring').parse` function can be used, or
3118
-`true` can be passed as the second argument to `require('url').parse`.
+To obtain the parameters from the query string, use the
+`require('querystring').parse()` function or pass
+`true` as the second argument to `require('url').parse()`.
3119
3120
```console
3121
$ node
0 commit comments