-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Does Hono support HTTP/2? #184
Comments
|
Sorry for not being specific enough. I meant on Bun |
This is related to bun and not hono, but someone in community came up with this solution - export default {
port: 3000,
fetch: app.fetch,
certFile: "./cert.pem",
keyFile: "./key.pem",
}; I think you can get more information about this here - https://bun.sh/docs/api/http#tls |
Hono will need to update streaming utility if they want to support HTTP/2. CTE is forbidden with HTTP/2 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi there,
Does hono support http2?
The text was updated successfully, but these errors were encountered: