Yusuke Wada
Yusuke Wada
@szmarczak Thanks. Indeed, paths may need to be decoded. But I think it should not be done by the router but by `getPath()`. We have made the method for that...
@fzn0x @usualoma Thanks. Let's implement `getPath()` to decode a URL path correctly and make it the default.
Hi @rehatch-yoshimori-otsuka Yeah, this is a known issue and not a bug. But, it's too difficult or impossible to support inferring path params without changing APIs. We can close this...
Hi @kice I updated the example: https://github.com/honojs/examples/tree/main/durable-objects Please check it.
Hi @eliasbrange Thanks for the PR. But I think we should consider whether we make it possible to change the header name. @callumthomson What do you think about this matter?
@eliasbrange Thank you for the explanation. I can understand your context now. I'll make sure to comment again later.
@callumthomson Thank you for the comment! > I guess it depends on where you draw the line between 'batteries included' and 'extend it yourself'. Indeed, you are right. For this...
Hi @eliasbrange Now, I'll merge this into the "next" branch for the next minor release `v4.3.0` which will be shipped soon. Thanks for your contribution.
Hi @icrayix ! Thank you for using Hono. > apart from the kind of insufficient docs LOL Ha, Ha. We have to write more good documents. > The thing I...
> Just wondering, why is that? Mainly the main maintainer (me) should do that, but I don't have time. I'm not a full-time open-source developer. > So is that repo...