Yusuke Wada
Yusuke Wada
Hi @ineeds-dev Thank you for the issue. Indeed, it's not expected behavior that is written in the docs. So that the following shows it: ```ts import { Hono } from...
Related to #1528
Hi @hiroki-307 Thank you for the comment. Can you work on creating a PR to fix this?
This is fixed by #4183. Thanks!
I think this is a good suggestion. I'll work on the serve-static things later. We can add this feature then.
@oladayo21 thank you for raising the issue! Hi @usualoma I also think this should not throw a `500` error. There are some options for the behavior if it can't decode...
@usualoma I don't think we have to decode the value of path params in the same way as `URLSearchParams` or `Request`. This issue is how to decode the path string(`c.req.param('id')`...
@usualoma > Currently, if `c.req.query()` receives invalid percent encoding, it will result in an internal server error, so I think it would be good if the behavior could be adjusted...
@fel1x-developer Can you fix the CI error?
Hi @fel1x-developer It passed! Thank you very much. I'll merge this now.