-
As discussed in #119, I think it's worthwhile to reconsider how we route requests.
# How we currently do it
Requests to the worker invoke the `fetch()` method in `src/worker.ts`. A `Handler` is …
-
Hello,
i'm trying to use your awesome project to manage users into a my project. I have an issue with the session-state worker that continue to threw this exeception:
{
"truncated": false,
…
-
**Is your feature request related to a problem? Please describe.**
I am building a multi-tenant SaaS and would like to scope part of my api to a specific dynamic route in next.js, e.g. `api/[tenant…
-
Hi,
Im trying to test fermyon/spin-sdk with ts but i cannot find any document about routing and query string samples.
I just see that sample in js routing page,
localhost:3000/home/param
…
-
I am trying to migrate from `@cloudflare/itty-router-openapi` v1.1.1
With `chanfana` v2.0.2 I noticed that the worker main entry file declared in `wrangler.toml` now uses the exported router module…
-
Hello,
I think I am facing the same issue as #237 when using itty-router v 5.0.17
```typescript
import { Router, AutoRouter, IttyRouter, IRequest } from 'itty-router'
const router = AutoR…
b3b00 updated
5 months ago
-
### Which Cloudflare product(s) does this pertain to?
Wrangler
### What version(s) of the tool(s) are you using?
3.68.0
### What version of Node are you using?
v20.16.0
### What operating system…
-
Current stats - Total Upload: `89.19 KiB / gzip: 25.73 KiB`
Decreasing bundle size has a meaningful impact on performance in Cloudflare Workers. (Serverless runtimes in general)
How can we do th…
-
## Describe the Issue
Cached responses throws error when corsify is in use. Non cached responses work well.
```json
{
"status": 500,
"error": "Can't modify immutable headers."
}
```
…
-
### What version of Hono are you using?
4.3.11
### What runtime/platform is your app running on?
Cloudflare workers
### What steps can reproduce the bug?
`app.mount()` removes the subpath, and th…