From f93d268decf235236b554d8a5d70ada73fffb8fe Mon Sep 17 00:00:00 2001 From: James M Snell Date: Thu, 19 Nov 2015 08:42:59 -0800 Subject: [PATCH] doc: add HTTP working group Charter for the HTTP Working Group PR-URL: https://github.com/nodejs/node/pull/3919 Reviewed-By: Colin Ihrig Reviewed-By: Brian White --- WORKING_GROUPS.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md index e3e1f3c37f7dbe..aa573844b790a9 100644 --- a/WORKING_GROUPS.md +++ b/WORKING_GROUPS.md @@ -29,9 +29,13 @@ back in to the TSC. * [Addon API](#addon-api) * [Benchmarking](#benchmarking) * [Post-mortem](#post-mortem) +* [Intl](#intl) +* [HTTP](#http) + +#### Process: + * [Starting a Working Group](#starting-a-wg) * [Bootstrap Governance](#bootstrap-governance) -* [Intl](#Intl) ### [Website](https://github.com/nodejs/website) @@ -170,6 +174,19 @@ Their responsibilities are: * Publishing regular update summaries and other promotional content. +### [HTTP](https://github.com/nodejs/http) + +The HTTP working group is chartered for the support and improvement of the +HTTP implementation in Node. It's responsibilities are: + +* Addressing HTTP issues on the Node.js issue tracker. +* Authoring and editing HTTP documentation within the Node.js project. +* Reviewing changes to HTTP functionality within the Node.js project. +* Working with the ecosystem of HTTP related module developers to evolve the + HTTP implementation and APIs in core. +* Advising the CTC on all HTTP related issues and discussions. +* Messaging about the future of HTTP to give the community advance notice of + changes. ### [Roadmap](https://github.com/nodejs/roadmap)