summaryrefslogtreecommitdiff
path: root/glossary.md
diff options
context:
space:
mode:
authorF3n67u <F3n67u@outlook.com>2022-06-06 15:57:12 +0800
committerRich Trott <rtrott@gmail.com>2022-06-08 17:22:09 -0700
commitc977ad6baacaf6442b0d66be2eae1b31da490c87 (patch)
treeac035884aeac4f92b1cdc3f467da6f75fa611fca /glossary.md
parent3296d6d23d90151664fe1e3884a198dfb47cb8eb (diff)
downloadnode-new-c977ad6baacaf6442b0d66be2eae1b31da490c87.tar.gz
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>
Diffstat (limited to 'glossary.md')
-rw-r--r--glossary.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/glossary.md b/glossary.md
index 1b7b57c20d..12c0ca177e 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).