Yusuke Wada
Yusuke Wada
@flipvh Thank you for the comment. Regarding this issue, I'd like to know the opinions of the young developers. What do you think of this `X-Forwarded-For` matter? @nakasyou @EdamAme-x
Hi @movahhedi The router separates paths with `/`, so supporting it on the routers will be hard. But you can use `getPath()` function: https://hono.dev/docs/api/routing#routing-with-hostname @usualoma Any thoughts?
@movahhedi As mentioned above, we don't have to add a new function. You can use `getPath` option. Try the following: ```ts import { Hono } from 'hono' import { getPath...
We can close this issue because the user can use `getPath()` to resolve the issue.
Hi @BarryThePenguin ! I am super interested in your proposal! The maintainability will be greatly improved. All 5 thins you picked up are good to do. Regarding monorepo, we were...
> However to use Bun, we need to match all packages with the latest Hono. This will be a pain point. Ideally, all packages should pass the test using the...
@BarryThePenguin Thanks! Can you proceed with it?
@BarryThePenguin Thaaaanks!
@BarryThePenguin thank you for the hard work. Awesome!
@ryuapp I agree with adding an "expiration" feature to the Cache Middleware. This implementation seems good. If the PR is ready, please ping me!