Open abdurahmanshiine opened 4 months ago
Hi there,
Does hono support http2?
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
Hi there,
Does hono support http2?