-
### Which Cloudflare product(s) does this pertain to?
Miniflare
### What version(s) of the tool(s) are you using?
wrangler 3.53.1
### What version of Node are you using?
v21.1.0
### What operati…
-
**Now**
const { preflight, corsify } = createCors()
gives error
TypeError: Cannot read properties of undefined (reading 'origins')
**Working for me**
const { preflight, corsify } = crea…
-
https://cloudflare.github.io/itty-router-openapi/user-guide/router-options/
I thought `OpenAPIRouter` supports specifying the server URL so that the generated `openapi.json` will have the server UR…
-
![image](https://github.com/kwhitley/itty-router/assets/23474513/372e1439-4ce3-4021-9b9b-1fd572a476d5)
-
I seem to be unable to access the request body when using the router. If I parse the body in `handleRequest` (the commented line), I can access it and everything works well.
When I pass the request t…
-
Hi,
I've the following code in which I'm trying to run a middleware on `data.body.email` but unable to do so, am I missing something or is it just possible with `request`.
`index.js`
```js
im…
-
## Issue
When I do what the [quick start](https://github.com/syumai/workers#quick-start) says, I get the following error when I run make dev
**My Environment**
- Ubuntu 22.04.2 LTS (GNU/Linux 5…
-
Thanks for this great library and for itty, in general. There is a strange bug we are running into with Itty cors, which we cant figure out. The 1st time a browser client tries to connect to the worke…
-
I have the following function that I cannot get to recognize the request when using the withCookies and withContent middleware.
I tried using `import { Request as IttyRequest} from 'itty-router'` …
-
### Which Cloudflare product(s) does this pertain to?
Miniflare, Workers Vitest Integration
### What version(s) of the tool(s) are you using?
wrangler@3.37.0, @cloudflare/vitest-pool-workers@0.1.5,…