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 951e0b8 commit 4755f4bCopy full SHA for 4755f4b
docs/Reference/Server.md
@@ -599,8 +599,9 @@ controls [avvio](https://www.npmjs.com/package/avvio) 's `timeout` parameter.
599
### `querystringParser`
600
<a id="factory-querystring-parser"></a>
601
602
-The default query string parser that Fastify uses is the Node.js's core
603
-`querystring` module.
+The default query string parser that Fastify uses is a more performant fork
+of Node.js's core `querystring` module called
604
+[`fast-querystring`](https://github.com/anonrig/fast-querystring).
605
606
You can use this option to use a custom parser, such as
607
[`qs`](https://www.npmjs.com/package/qs).
0 commit comments