Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/node.1')
-rw-r--r--doc/node.16
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1
index e911bac47ef..7695c2011e3 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -97,6 +97,12 @@ Enable experimental ES module support in VM module.
.It Fl -experimental-worker
Enable experimental worker threads using worker_threads module.
.
+.It Fl -http-parser Ns = Ns Ar library
+Chooses an HTTP parser library. Available values are
+.Sy llhttp
+or
+.Sy legacy .
+.
.It Fl -force-fips
Force FIPS-compliant crypto on startup
(Cannot be disabled from script code).