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:
authorF3n67u <F3n67u@outlook.com>2022-06-06 10:57:12 +0300
committerRich Trott <rtrott@gmail.com>2022-06-09 03:22:09 +0300
commitc977ad6baacaf6442b0d66be2eae1b31da490c87 (patch)
treeac035884aeac4f92b1cdc3f467da6f75fa611fca
parent3296d6d23d90151664fe1e3884a198dfb47cb8eb (diff)
doc: add undici to glossary
PR-URL: https://github.com/nodejs/node/pull/43327 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
-rw-r--r--glossary.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/glossary.md b/glossary.md
index 1b7b57c20d2..12c0ca177ea 100644
--- a/glossary.md
+++ b/glossary.md
@@ -18,3 +18,5 @@ You may also need to check <https://chromium.googlesource.com/chromiumos/docs/+/
primarily administrated by Matt Godbolt.
* primordials: Pristine built-ins that are not affected by prototype pollution
and tampering with built-ins.
+* undici: An alternative HTTP client used in Node.js. See more details
+ on the [undici repository](https://github.com/nodejs/undici).