-
The request body is not available in Sentry. My suspicion is that `c.req.raw` can not be serialized as it's a `ReadableStream` (see https://github.com/honojs/middleware/blob/main/packages/sentry/src/i…
-
This!:
https://github.com/honojs/website/assets/10682/bb499d53-f34a-42b0-9a91-4250530a1eae
-
### What is the feature you are proposing?
The following benchmark results show a very low score for Hono:
[Web Frameworks Benchmark](https://github.com/the-benchmarker/web-frameworks)
This i…
-
Could you add support for _absolute path_ for the root of the serveStatic?
In my use-case [designix-uis](https://www.npmjs.com/package/designix-uis), an absolute path to the folder containing the sta…
-
https://honojs.dev/docs/builtin-middleware/bearer-auth/
-
### What version of Bun is running?
1.0.13
### What platform is your computer?
ubuntu
### What steps can reproduce the bug?
- [checking any of the benchmarks on this screen](https://web…
-
Hey thanks for the package! Any chance of getting `Suspense` and `async` support? For reference, `hono` just added experimental support for that concept https://github.com/honojs/hono/blob/next/src/js…
-
### What version of Hono are you using?
^4.4.7
### What runtime/platform is your app running on?
Bun / Vite
### What steps can reproduce the bug?
## The Setup:
1. A `/api` folder which has a b…
-
### What is the feature you are proposing?
Some changes may accidentally damage type-check performance like https://github.com/honojs/hono/pull/3074#issuecomment-2208196163
It would be great if yo…
-
I have an endpoint that can be requested with or without json body:
```ts
app.post("/endpoint", zValidator("json", zodRule), async (c) => {
//...
})
```
```sh
### this should be ok
POS…