Yusuke Wada

Results 1706 comments of Yusuke Wada

Ah, but there is room for discussion as to whether this should be done in Hono's application layer. It may be good that the URL in `Request` should be set...

@usualoma Ah, creating Reverse Proxy Helper is interesting! I'll consider it. Thanks.

Adding `getRequest` options https://github.com/honojs/hono/pull/4336 is super cool. I think it's the best API to resolve the problem in "100% Hono framework-side". There is another way to handle the reverse proxy-specific...

Hi @charlyoleg2 We may add supporting it. Related to: https://github.com/honojs/hono/pull/3108 https://github.com/honojs/node-server/pull/78

@ambergristle `HonoRequest.addValidatedData` is a public method, but it's not for end-user.

Hi @ukstv Sorry for the late reply. This maybe fixed the latest version. Can you try it?

Hi @bompi88 I like the idea of using something like the `getPath` method. I will also consider this issue.

It is unrelated to query parsing, but it would be interesting to allow users to specify a custom JSON serializer as a good example of using something like `getPath`.

@bompi88 Sorry for the late reply! I am not eager to proceed because the implementation would be complicated. Also, as I said before, I am concerned about the behavior depending...

@bompi88 Setting a value for `c.req.queries` is only for `c.req.valid()`, so it does not replace the query parsing in `HonoRequest`. Therefore, since this middleware is only for validation, I have...