Files
node/lib/internal
Anna Henningsen aa943d098e http: make parser choice a runtime flag
Add a `--http-parser=llhttp` vs `--http-parser=traditional`
command line switch, to make testing and comparing the new
llhttp-based implementation easier.

PR-URL: https://github.com/nodejs/node/pull/24739
Refs: https://github.com/nodejs/node/issues/24730
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Matheus Marchini <mat@mmarchini.me>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
2018-12-06 05:21:36 +01:00
..
2018-12-05 16:55:00 +01:00
2018-11-30 16:38:57 -05:00
2018-10-28 15:07:45 +01:00
2018-10-06 17:33:25 -05:00
2018-12-05 14:46:33 -08:00
2018-07-14 14:04:38 +02:00
2018-05-18 15:25:41 +02:00
2018-11-16 21:56:29 +09:00
2018-02-16 18:09:56 +01:00
2018-11-26 20:34:32 +05:30
2018-08-12 10:44:53 -07:00
2018-05-18 15:25:41 +02:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.