Skip to content

Commit 4755f4b

Browse files
authored
docs: wrong query string parser information (fastify#5993)
1 parent 951e0b8 commit 4755f4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/Reference/Server.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,9 @@ controls [avvio](https://www.npmjs.com/package/avvio) 's `timeout` parameter.
599599
### `querystringParser`
600600
<a id="factory-querystring-parser"></a>
601601

602-
The default query string parser that Fastify uses is the Node.js's core
603-
`querystring` module.
602+
The default query string parser that Fastify uses is a more performant fork
603+
of Node.js's core `querystring` module called
604+
[`fast-querystring`](https://github.com/anonrig/fast-querystring).
604605
605606
You can use this option to use a custom parser, such as
606607
[`qs`](https://www.npmjs.com/package/qs).

0 commit comments

Comments
 (0)