Yusuke Wada
Yusuke Wada
Hono can handle any kind of binding variables. So, I believe you can get the value from `c.env`.
@fzn0x `mod.ts`, `middleware.ts`, and `help.ts` will be remove in #2662
Hi @fzn0x I've merged other PRs to the `next`. I'll release the RC version for `v4.4`. And will release `v4.4.0` in the next week. I'd like to use the documents...
Hey @fzn0x For now, shall we merge the current PR which added docs to `src/*.ts`?
@fzn0x I'll release `v4.4.0` today. This PR is good, but it differs widely from the current `next` branch. So, after releasing `v4.4.0`, let's update and merge!
Hi @Jxck ! It's very interesting, and your library seems very good. If we implement it, we will add the feature to `c.header()`. I'll try to investigate the SFV more....
Hi @comunidadio ! Thank you for creating the issue. It's not a bug, but we may have to consider whether it should throw the error or not. As you said,...
Hi @flexchar You can pass a `waitUntil()` function to the `app.fetch()`. This works well: ```ts import { Hono } from 'hono' const app = new Hono() const log = async...
@ilshm Sorry for my late reply. This issue is not an implementation bug. I intended it to throw a 400 error if the JSON body is invalid. But now, I...
This is fixed since `v4.5.0`.