Closed lilnasy closed 8 months ago
Latest commit: 80795f7c24f1b9d8acd87fe3fff34db7bfc40e42
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
astro-hono
was planned to be a production-ready, maintainable basis for experimentation with ambitious features that an adapter could introduce: caching, websockets, brotli compression, pre-compressed static assets.h3
, which as a product of nuxt's ecosystem and its lack of streaming applications, had naive and buggy handling ofReadableStream
..well-known
. Improvements could be upstreamed.Request
object had a bug where accessing any property that did not exist led to an error, breakingnew Request(newUrl, request)
. I believed this to be an isolated incident, and planned on making on a fix to@honojs/node-server
.instanceof Response
checks.Request
andResponse
objects, are now neatly offered on astro'sNodeApp
.@astrojs/node
. After recent refactors, the official adapter is now in a much better position to be iterated on.