You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/PROPOSAL.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This describes an effort to provide HTTP/3 support for the [hyper.rs](http://hyp
5
5
6
6
## 1. Goals
7
7
8
-
What would be the goals of this effort, and what wouldn’t be.
8
+
What would be the goals of this effort, and what wouldn't be.
9
9
10
10
- Provide a standalone HTTP/3 crate.
11
11
- This is similar to what we did with `h2`. This allows folks that want more control over HTTP/3 specifically to be able to do so. Or people may wish to reduce their dependencies to the bare minimum, and thus don’t want to include crates supporting HTTP/1 and 2 (like `hyper` does).
0 commit comments