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
  • Loading branch information
mhdawson authored Feb 2, 2022
commit 3fd1dbcbc9c2bee40e2e330ec7fd4c972d18bd0b
2 changes: 1 addition & 1 deletion doc/contributing/maintaining-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ terms of priority within existing or new APIs is:
* 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.
in line with the high level strategy above.

While transport-level APIs are important (e.g. socket level), the HTTP APIs
should not be tied to a specific transport-level API. Therefore,
Expand Down