Skip to content
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

Support for HTTP/3? #64

Open
jalberto-ghub opened this issue Jan 11, 2022 · 1 comment
Open

Support for HTTP/3? #64

jalberto-ghub opened this issue Jan 11, 2022 · 1 comment

Comments

@jalberto-ghub
Copy link

Any possibility of providing support for the new HTTP/3 spec?
There seem to be some native implementations already available.
Maybe something to have on the horizon.

@jerbob92
Copy link
Contributor

We rely on other implementations to be able to make this possible. It looks like okhttp is not going to support it: square/okhttp#907

We could support it by replacing (the connection part of) okhttp by envoy, but that would mean adding an extra dependency.

Our iOS implementation uses NSURLSession and that seems to support http/3 already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants