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 3c4abe0 commit 0695e24Copy full SHA for 0695e24
doc/api/http2.md
@@ -3073,9 +3073,9 @@ Url {
3073
href: '/status?name=ryan' }
3074
```
3075
3076
-To extract the parameters from the query string, the
3077
-`require('querystring').parse` function can be used, or
3078
-`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()`.
3079
3080
```console
3081
$ node
0 commit comments