Yusuke Wada

Results 1706 comments of Yusuke Wada

@kosei28 Awesome! This will be a great improvement. I'll see the details later.

@kosei28 > I thought so at first, but `c.status()` may have set a different status code than the default, and the type and value may not match. It would be...

Hi @kosei28 Now I've fixed the conflict again to the main. I'll merge this into the "next" branch for the next minor release, 4.3.0. Thanks!

As @NicoPlyley said, we can use `c.set() / c.get()`. Closing this.

@cdtut This way is not recommended because this API is for internal usage, but you can make it with the code: ```ts app.use('*', async (c, next) => { const data...

> Can internal `c.req.bodyCache.json = data` have external API like `c.req.setJson(data)` so can be used reliably? No. Basically, the Request body should be immutable, and we don't want to add...

Hi @nakasyou ! This is an interesting feature. Please let us know another use case, not only the WebSocket helper case.