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 9b057a4e142972a84eca24dd40d9fe7a92a5be91
7 changes: 4 additions & 3 deletions doc/contributing/maintaining-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ Bug fixes however are still important for all of these APIs.

With respect to the HTTP protocols themselves, our current assessment in
terms of priority within existing or new APIs is:
* HTTP 2 is in “maintenance mode” for both protocol and APIs
* HTTP 1 is a stable protocol, but innovation is still possible with the APIs
* HTTP 3 is the future need to plan in support

* HTTP 2 is in “maintenance mode” for both protocol and APIs.
* HTTP 1 is a stable protocol, but innovation is still possible with the APIs.
* HTTP 3 is the future need to plan in support.
Comment thread
mhdawson marked this conversation as resolved.
Outdated

The current strategy is to build out 2 new client APIs and 2 new Server APIs
in line with the key elements above.
Comment thread
mhdawson marked this conversation as resolved.
Outdated
Expand Down