Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/contributing/maintaining-http.md
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
mhdawson and aduh95 authored Feb 1, 2022
commit 5681930ae52311174846daa0c1db2bee2a4e9147
10 changes: 4 additions & 6 deletions doc/contributing/maintaining-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ The key elements of our strategy for future HTTP APIs are:
* For both the Client and Server there is a need for multiple APIs, with each
targeting a different level of abstraction.

Unfortunately our existing HTTP APIs:

* [HTTP](https://nodejs.org/docs/latest/api/http.html)
* [HTTPS](https://nodejs.org/docs/latest/api/https.html)
* [HTTP2](https://nodejs.org/docs/latest/api/http2.html)

Unfortunately our existing HTTP APIs (
[HTTP](https://nodejs.org/docs/latest/api/http.html),
[HTTPS](https://nodejs.org/docs/latest/api/https.html), and
[HTTP2](https://nodejs.org/docs/latest/api/http2.html))
do not align with our high level strategy. While these APIs
are widely used and we do not plan to deprecate or remove them,
they are not the focus of active development or performance improvements.
Expand Down