-
Notifications
You must be signed in to change notification settings - Fork 5.3k
docs: unhiding HTTP/3 and adding docs #15926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
4f190b3
bb5e934
28a6ea6
f20546f
5257f2f
0bad720
8ccb35a
1702e4c
7c9c5fa
f4ccb1d
d388cb9
4ec4357
a95b39c
e4151ae
76f04d6
c2496a3
62d053a
e10ad5f
58aa631
d2ad3ab
aa1f4ef
4fa9c31
323f151
56e08a6
bdb245f
752afc7
e2ee7a9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ gRPC HTTP/1.1 reverse bridge | |
| * This filter should be configured with the name *envoy.filters.http.grpc_http1_reverse_bridge*. | ||
|
|
||
| This is a filter that enables converting an incoming gRPC request into a HTTP/1.1 request to allow | ||
| a server that does not understand HTTP/2 or gRPC semantics to handle the request. | ||
| a server that does not understand HTTP/2 or HTTP/3 or gRPC semantics to handle the request. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Totally your call... I wonder if we should be consistent about saying either "HTTP/2 or HTTP/3" vs "HTTP/2 or above". Probably not worth doing?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I feel like in some situations it's awkward to phrase it the other way :-/ |
||
|
|
||
| The filter works by: | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.