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

HTTP2 (h2) support #407

Closed
mohsenomidi opened this issue Dec 19, 2021 · 3 comments
Closed

HTTP2 (h2) support #407

mohsenomidi opened this issue Dec 19, 2021 · 3 comments

Comments

@mohsenomidi
Copy link

Is there any plan to add HTTP/2 support for browser?

@sindresorhus
Copy link
Owner

HTTP support follows what the browser supports. Most modern browsers support HTTP/2: https://caniuse.com/?search=http2

@mohsenomidi
Copy link
Author

Thanks for your reply

I mean how can I use the http2 multiplexing option for api call with ky, in my react pages I have about 10 api call and normally each one make its own connection to single backend I want to achieve the multiplexing benefits from client side, is it possible with ky?

@szmarczak
Copy link
Collaborator

szmarczak commented Dec 20, 2021

#407 (comment) (applies to streams as well)

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

3 participants