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 6e992d4 commit 9c1ebdcCopy full SHA for 9c1ebdc
src/parsers/Querystring.js
@@ -2,8 +2,7 @@
2
3
import { Transform } from 'stream';
4
5
-// This is a buffering parser, not quite as nice as the multipart one.
6
-// If I find time I'll rewrite this to be fully streaming as well
+// This is a buffering parser, have a look at StreamingQuerystring.js for a streaming parser
7
class QuerystringParser extends Transform {
8
constructor(options = {}) {
9
super({ readableObjectMode: true });
0 commit comments