From f8c5a0bd2de0ca9b3b1a3a68136326f4c32aec9b Mon Sep 17 00:00:00 2001 From: Ethan Arrowood Date: Mon, 1 Mar 2021 13:10:55 -0500 Subject: [PATCH 1/3] init draft for Undici WG --- WORKING_GROUPS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md index 2d09fab6..07b79192 100644 --- a/WORKING_GROUPS.md +++ b/WORKING_GROUPS.md @@ -243,6 +243,7 @@ The [Node.js Code of Conduct][] applies to this WG. * [Release](#release) * [Ecosystem Security](#ecosystem-security) * [Package Maintenance](#package-maintenance) +* [Undici](#undici) ### [Streams](https://github.com/nodejs/readable-stream) @@ -443,6 +444,15 @@ Responsibilities include: * nodejs/ci-config-github-actions * nodejs/package-maintenance repository. +### [Undici](https://github.com/nodejs/undici) + +The Undici Working Group is responsible for maintaing and developing the undici http client library. + +Responsibilities include: + +* Technical direction of the undici project +* Management of the core undici repository +* Documenting the undici API, examples, and best practices. [Technical Steering Committee (TSC)]: ./TSC-Charter.md [Consensus Seeking]: http://en.wikipedia.org/wiki/Consensus-seeking_decision-making From 9548fc22aac916a27d01ddfcecb4b534719cddd9 Mon Sep 17 00:00:00 2001 From: Ethan Arrowood Date: Mon, 1 Mar 2021 14:04:44 -0500 Subject: [PATCH 2/3] Update WORKING_GROUPS.md Co-authored-by: Richard Lau --- WORKING_GROUPS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md index 07b79192..65c80bde 100644 --- a/WORKING_GROUPS.md +++ b/WORKING_GROUPS.md @@ -446,7 +446,7 @@ Responsibilities include: ### [Undici](https://github.com/nodejs/undici) -The Undici Working Group is responsible for maintaing and developing the undici http client library. +The Undici Working Group is responsible for maintaining and developing the undici http client library. Responsibilities include: From e67f91e59f1bb16dbcdc10ba167f1995b68a69d5 Mon Sep 17 00:00:00 2001 From: Ethan Arrowood Date: Mon, 1 Mar 2021 16:14:12 -0500 Subject: [PATCH 3/3] add line about client apis --- WORKING_GROUPS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md index 65c80bde..ec97ccd0 100644 --- a/WORKING_GROUPS.md +++ b/WORKING_GROUPS.md @@ -450,9 +450,10 @@ The Undici Working Group is responsible for maintaining and developing the undic Responsibilities include: -* Technical direction of the undici project -* Management of the core undici repository +* Technical direction of the undici project. +* Management of the core undici repository. * Documenting the undici API, examples, and best practices. +* Development of Node.js HTTP Client APIs such as a WHATWG Fetch implementation. [Technical Steering Committee (TSC)]: ./TSC-Charter.md [Consensus Seeking]: http://en.wikipedia.org/wiki/Consensus-seeking_decision-making